Mercurial > emacs
changeset 30048:349704f6532f
Check DONTCOMPILE in lisp/Makefile.in instead of
lisp/Makefile. Distribute lisp/Makefile.in instead of
lisp/Makefile.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 05 Jul 2000 12:39:03 +0000 |
parents | 86eaa645e6bc |
children | be64b32cd2a2 |
files | make-dist |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Wed Jul 05 12:36:14 2000 +0000 +++ b/make-dist Wed Jul 05 12:39:03 2000 +0000 @@ -197,7 +197,7 @@ 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 @@ 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 =*