diff options
| author | Gerd Moellmann | 2000-12-01 10:24:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-01 10:24:23 +0000 |
| commit | 8c28d4444bc45512b4607cd9e829630fdb223589 (patch) | |
| tree | a19809e061e4f46f94944e30dcfc7ca39b7faeaa | |
| parent | 45450dd56d90d4c3682af2ed3e42ddba6977d3fe (diff) | |
| download | emacs-8c28d4444bc45512b4607cd9e829630fdb223589.tar.gz emacs-8c28d4444bc45512b4607cd9e829630fdb223589.zip | |
(tempdir): Remove epaths.h from the distribution
instead of paths.h.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | make-dist | 6 |
2 files changed, 8 insertions, 3 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-12-01 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * make-dist (tempdir): Remove epaths.h from the distribution | ||
| 4 | instead of paths.h. | ||
| 5 | |||
| 1 | 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * config.bat: Check for existence of djecho.exe, and print an | 8 | * config.bat: Check for existence of djecho.exe, and print an |
| @@ -28,10 +28,10 @@ | |||
| 28 | progname="$0" | 28 | progname="$0" |
| 29 | 29 | ||
| 30 | ### Exit if a command fails. | 30 | ### Exit if a command fails. |
| 31 | set -e | 31 | #set -e |
| 32 | 32 | ||
| 33 | ### Print out each line we read, for debugging's sake. | 33 | ### Print out each line we read, for debugging's sake. |
| 34 | ### set -v | 34 | #set -v |
| 35 | 35 | ||
| 36 | ## Don't restrict access to any files. | 36 | ## Don't restrict access to any files. |
| 37 | umask 0 | 37 | umask 0 |
| @@ -427,7 +427,7 @@ echo "Making links to \`src'" | |||
| 427 | ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src | 427 | ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src |
| 428 | ln .gdbinit .dbxinit ../${tempdir}/src | 428 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 429 | cd ../${tempdir}/src | 429 | cd ../${tempdir}/src |
| 430 | rm -f config.h paths.h Makefile Makefile.c | 430 | rm -f config.h epaths.h Makefile Makefile.c |
| 431 | rm -f =* TAGS) | 431 | rm -f =* TAGS) |
| 432 | 432 | ||
| 433 | echo "Making links to \`src/bitmaps'" | 433 | echo "Making links to \`src/bitmaps'" |