Mercurial > emacs
comparison make-dist @ 25967:8a1730e677fe
(dontcompile): look for the DONTCOMPILE variable rather
than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 10 Oct 1999 01:45:54 +0000 |
parents | 3171bf7ae0ff |
children | d6607102aa71 |
comparison
equal
deleted
inserted
replaced
25966:4326e62831cd | 25967:8a1730e677fe |
---|---|
173 cd ../leim; ls -1 [a-z]*.elc [a-z]*/[a-z]*.elc) | sed 's/\.elc$/.el/' > /tmp/elc | 173 cd ../leim; ls -1 [a-z]*.elc [a-z]*/[a-z]*.elc) | sed 's/\.elc$/.el/' > /tmp/elc |
174 losers="`comm -23 /tmp/el /tmp/elc`" | 174 losers="`comm -23 /tmp/el /tmp/elc`" |
175 bogosities= | 175 bogosities= |
176 for file in $losers; do | 176 for file in $losers; do |
177 file1=`echo $file | sed -e "s|.*/||"` | 177 file1=`echo $file | sed -e "s|.*/||"` |
178 if ! grep -q "dontcompilefiles:.* $file1\($\| \)" lisp/Makefile; then | 178 if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile | |
179 grep -q "[ ]$file1\($\| \)"; then | |
179 case $file in | 180 case $file in |
180 site-init.el | site-load.el | site-start.el | default.el) | 181 site-init.el | site-load.el | site-start.el | default.el) |
181 ;; | 182 ;; |
182 term/*) | 183 term/*) |
183 ;; | 184 ;; |