diff options
| author | Stefan Monnier | 1999-10-10 01:45:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-10-10 01:45:54 +0000 |
| commit | aa501770affe744f344a32ae67db12747f897fdd (patch) | |
| tree | f558ef64e6513f8920af446c28ad2c60437ff103 /make-dist | |
| parent | a04f1a93c6f08aef3c8736322e24cbf67d3ad842 (diff) | |
| download | emacs-aa501770affe744f344a32ae67db12747f897fdd.tar.gz emacs-aa501770affe744f344a32ae67db12747f897fdd.zip | |
(dontcompile): look for the DONTCOMPILE variable rather
than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -175,7 +175,8 @@ then | |||
| 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 | ;; |