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
5a6a83f2
Commit
5a6a83f2
authored
Sep 12, 2007
by
Glenn Morris
Browse files
(install-arch-indep): Do not exclude the etc/ Makefiles.
parent
a3372e09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
ChangeLog
ChangeLog
+3
-0
Makefile.in
Makefile.in
+5
-1
No files found.
ChangeLog
View file @
5a6a83f2
2007-09-12 Glenn Morris <rgm@gnu.org>
* configure.in (AC_FUNC_ALLOCA): Throw an error if a system
implementation of alloca is not found.
* Makefile.in (SOURCES, unlock, relock): Delete.
(install-arch-indep): Do not exclude the etc/ Makefiles.
...
...
Makefile.in
View file @
5a6a83f2
...
...
@@ -420,6 +420,9 @@ install-arch-dep: mkdir
## If people complain about the h flag in tar command, take that out.
## That flag is also used in leim/Makefile.in
## Note that the Makefiles in the etc directory are potentially useful
## in an installed Emacs, so should not be excluded.
install-arch-indep
:
mkdir info
-
set
${COPYDESTS}
;
\
unset
CDPATH
;
\
...
...
@@ -452,7 +455,8 @@ install-arch-indep: mkdir info
rm
-f
$
${subdir}
/.
\#
*
;
\
rm
-f
$
${subdir}
/
*
~
;
\
rm
-f
$
${subdir}
/
*
.orig
;
\
rm
-f
$
${subdir}
/[mM]akefile
*
;
\
[
"
$
${dir}
"
!=
"
${srcdir}
/etc"
]
&&
\
rm
-f
$
${subdir}
/[mM]akefile
*
;
\
rm
-f
$
${subdir}
/ChangeLog
*
;
\
rm
-f
$
${subdir}
/dired.todo
;
\
done
)
;
\
...
...
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