diff options
| author | Gerd Moellmann | 2000-07-05 12:39:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-05 12:39:03 +0000 |
| commit | bf7e917ec8f940ca0665cbb16b1850e623637a57 (patch) | |
| tree | 6448429013a785bfbc568a7d45b98f69b4f4c8c1 | |
| parent | cadf6ba27cb7f85395009e47dabc28efe945d087 (diff) | |
| download | emacs-bf7e917ec8f940ca0665cbb16b1850e623637a57.tar.gz emacs-bf7e917ec8f940ca0665cbb16b1850e623637a57.zip | |
Check DONTCOMPILE in lisp/Makefile.in instead of
lisp/Makefile. Distribute lisp/Makefile.in instead of
lisp/Makefile.
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -197,7 +197,7 @@ then | |||
| 197 | bogosities= | 197 | bogosities= |
| 198 | for file in $losers; do | 198 | for file in $losers; do |
| 199 | file1=`echo $file | sed -e "s|.*/||"` | 199 | file1=`echo $file | sed -e "s|.*/||"` |
| 200 | if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile | | 200 | if ! sed -n -e "/^DONTCOMPILE/,/[^\\]\$/p" lisp/Makefile.in | |
| 201 | grep -q "[ ]$file1\($\| \)"; then | 201 | grep -q "[ ]$file1\($\| \)"; then |
| 202 | case $file in | 202 | case $file in |
| 203 | site-init.el | site-load.el | site-start.el | default.el) | 203 | site-init.el | site-load.el | site-start.el | default.el) |
| @@ -319,7 +319,7 @@ echo "Making links to \`lisp' and its subdirectories" | |||
| 319 | ln [a-zA-Z]*.dat ../${tempdir}/lisp | 319 | ln [a-zA-Z]*.dat ../${tempdir}/lisp |
| 320 | ## simula.el doesn't keep abbreviations in simula.defns any more. | 320 | ## simula.el doesn't keep abbreviations in simula.defns any more. |
| 321 | ## ln [a-zA-Z]*.defns ../${tempdir}/lisp | 321 | ## ln [a-zA-Z]*.defns ../${tempdir}/lisp |
| 322 | ln ChangeLog Makefile makefile.nt ChangeLog.? ../${tempdir}/lisp | 322 | ln ChangeLog Makefile.in makefile.nt ChangeLog.? ../${tempdir}/lisp |
| 323 | test -f README && ln README ../${tempdir}/lisp | 323 | test -f README && ln README ../${tempdir}/lisp |
| 324 | (cd ../${tempdir}/lisp | 324 | (cd ../${tempdir}/lisp |
| 325 | rm -f TAGS =* | 325 | rm -f TAGS =* |