Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cd3771a0
Commit
cd3771a0
authored
May 02, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (uninstall): Remove useless-use-of-for.
For some reason it caused problems on an old Solaris.
parent
a36e64d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ChangeLog
ChangeLog
+3
-0
Makefile.in
Makefile.in
+1
-3
No files found.
ChangeLog
View file @
cd3771a0
2012-05-02 Glenn Morris <rgm@gnu.org>
* Makefile.in (uninstall): Remove useless-use-of-for; that for
some reason caused problems on an old Solaris.
* Makefile.in (install-arch-indep, uninstall):
Ensure that INSTALL-type commands are run from top-level.
...
...
Makefile.in
View file @
cd3771a0
...
...
@@ -737,9 +737,7 @@ uninstall:
$(INSTALL_INFO)
--remove
--info-dir
=
$(DESTDIR)${infodir}
$(DESTDIR)${infodir}
/
$$
elt
)
;
\
if
[
-n
"
${GZIP_INFO}
"
]
&&
[
-n
"
${GZIP_PROG}
"
]
;
then
\
ext
=
.gz
;
else
ext
=
;
fi
;
\
for
f
in
`
ls
$$
elt
$$
ext
$$
elt-[1-9]
$$
ext
$$
elt-[1-9][0-9]
$$
ext 2>/dev/null
`
;
do
\
rm
-f
$$
f
;
\
done
;
\
rm
-f
$$
elt
$$
ext
$$
elt-[1-9]
$$
ext
$$
elt-[1-9][0-9]
$$
ext
;
\
done
;
)
(
if
[
-n
"
${GZIP_INFO}
"
]
&&
[
-n
"
${GZIP_PROG}
"
]
;
then
\
ext
=
.gz
;
else
ext
=
;
fi
;
\
...
...
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