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
57ae02b1
Commit
57ae02b1
authored
Jul 31, 2012
by
Andreas Schwab
Browse files
* Makefile.in (install-arch-indep): Avoid eval.
parent
b9031d69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
ChangeLog
ChangeLog
+4
-0
Makefile.in
Makefile.in
+5
-2
No files found.
ChangeLog
View file @
57ae02b1
2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
* Makefile.in (install-arch-indep): Avoid eval.
2012-07-31 Glenn Morris <rgm@gnu.org>
* configure.ac (opsysfile, S_FILE): Now they are always empty.
...
...
Makefile.in
View file @
57ae02b1
...
...
@@ -495,8 +495,11 @@ set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
## http://lists.gnu.org/archive/html/autoconf-patches/2004-11/msg00005.html
install-arch-indep
:
install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
umask
022
;
\
eval
$(MKDIR_P)
\
"'
$(DESTDIR)
`
echo
${locallisppath}
|sed
\"
s,:,
' '
$(DESTDIR)
,g
\"
`
'"
locallisppath
=
'
${locallisppath}
'
;
\
IFS
=
:
;
\
for
d
in
$$
locallisppath
;
do
\
${MKDIR_P}
"
$(DESTDIR)$$
d"
;
\
done
-
set
${COPYDESTS}
;
\
unset
CDPATH
;
\
$(set_installuser)
;
\
...
...
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