forked from Github/emacs
(tempdir): Remove epaths.h from the distribution
instead of paths.h.
This commit is contained in:
parent
45450dd56d
commit
8c28d4444b
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2000-12-01 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* make-dist (tempdir): Remove epaths.h from the distribution
|
||||
instead of paths.h.
|
||||
|
||||
2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* config.bat: Check for existence of djecho.exe, and print an
|
||||
|
|
|
|||
|
|
@ -28,10 +28,10 @@
|
|||
progname="$0"
|
||||
|
||||
### Exit if a command fails.
|
||||
set -e
|
||||
#set -e
|
||||
|
||||
### Print out each line we read, for debugging's sake.
|
||||
### set -v
|
||||
#set -v
|
||||
|
||||
## Don't restrict access to any files.
|
||||
umask 0
|
||||
|
|
@ -427,7 +427,7 @@ echo "Making links to \`src'"
|
|||
ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src
|
||||
ln .gdbinit .dbxinit ../${tempdir}/src
|
||||
cd ../${tempdir}/src
|
||||
rm -f config.h paths.h Makefile Makefile.c
|
||||
rm -f config.h epaths.h Makefile Makefile.c
|
||||
rm -f =* TAGS)
|
||||
|
||||
echo "Making links to \`src/bitmaps'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue