(dontcompile): look for the DONTCOMPILE variable rather

than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
This commit is contained in:
Stefan Monnier 1999-10-10 01:45:54 +00:00
parent a04f1a93c6
commit aa501770af

View file

@ -175,7 +175,8 @@ then
bogosities=
for file in $losers; do
file1=`echo $file | sed -e "s|.*/||"`
if ! grep -q "dontcompilefiles:.* $file1\($\| \)" lisp/Makefile; then
if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile |
grep -q "[ ]$file1\($\| \)"; then
case $file in
site-init.el | site-load.el | site-start.el | default.el)
;;