(dontcompile): look for the DONTCOMPILE variable rather
than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
This commit is contained in:
parent
a04f1a93c6
commit
aa501770af
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue