mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
Check DONTCOMPILE in lisp/Makefile.in instead of
lisp/Makefile. Distribute lisp/Makefile.in instead of lisp/Makefile.
This commit is contained in:
parent
cadf6ba27c
commit
bf7e917ec8
@ -197,7 +197,7 @@ then
|
||||
bogosities=
|
||||
for file in $losers; do
|
||||
file1=`echo $file | sed -e "s|.*/||"`
|
||||
if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile |
|
||||
if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile.in |
|
||||
grep -q "[ ]$file1\($\| \)"; then
|
||||
case $file in
|
||||
site-init.el | site-load.el | site-start.el | default.el)
|
||||
@ -319,7 +319,7 @@ echo "Making links to \`lisp' and its subdirectories"
|
||||
ln [a-zA-Z]*.dat ../${tempdir}/lisp
|
||||
## simula.el doesn't keep abbreviations in simula.defns any more.
|
||||
## ln [a-zA-Z]*.defns ../${tempdir}/lisp
|
||||
ln ChangeLog Makefile makefile.nt ChangeLog.? ../${tempdir}/lisp
|
||||
ln ChangeLog Makefile.in makefile.nt ChangeLog.? ../${tempdir}/lisp
|
||||
test -f README && ln README ../${tempdir}/lisp
|
||||
(cd ../${tempdir}/lisp
|
||||
rm -f TAGS =*
|
||||
|
Loading…
Reference in New Issue
Block a user