Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01824657
Commit
01824657
authored
Dec 19, 2012
by
Akinori MUSHA
Committed by
Glenn Morris
Dec 19, 2012
Browse files
* Makefile.in (install-arch-dep): Ignore chmod errors (tiny change)
Fixes: debbugs:13233
parent
a1d25d02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ChangeLog
ChangeLog
+4
-0
Makefile.in
Makefile.in
+1
-1
No files found.
ChangeLog
View file @
01824657
2012-12-20 Akinori MUSHA <knu@iDaemons.org> (tiny change)
* Makefile.in (install-arch-dep): Ignore chmod errors. (Bug#13233)
2012-12-13 Glenn Morris <rgm@gnu.org>
* info/dir: Add bovine, wisent.
...
...
Makefile.in
View file @
01824657
...
...
@@ -445,7 +445,7 @@ install-arch-dep: src install-arch-indep install-doc
INSTALL_STRIP
=
${INSTALL_STRIP}
if
test
"
${ns_self_contained}
"
=
"no"
;
then
\
${INSTALL_PROGRAM}
$(INSTALL_STRIP)
src/emacs
${EXEEXT}
$(DESTDIR)${bindir}
/
$(EMACSFULL)
||
exit
1
;
\
chmod
1755
$(DESTDIR)${bindir}
/
$(EMACSFULL)
;
\
chmod
1755
$(DESTDIR)${bindir}
/
$(EMACSFULL)
||
true
;
\
if
test
"x
${NO_BIN_LINK}
"
=
x
;
then
\
rm
-f
$(DESTDIR)${bindir}
/
$(EMACS)
;
\
cd
$(DESTDIR)${bindir}
&&
$(LN_S)
$(EMACSFULL)
$(EMACS)
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment