comparison make-dist @ 4168:c720be6f3fae

Include src/gnu-hp300 in the dist.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Jul 1993 22:46:54 +0000
parents 43a30cb1b170
children 15c60018d647
comparison
equal deleted inserted replaced
4167:f037b1f51320 4168:c720be6f3fae
55 55
56 ### Make sure we're running in the right place. 56 ### Make sure we're running in the right place.
57 if [ ! -d src -o ! -f src/lisp.h -o ! -d lisp -o ! -f lisp/version.el ]; then 57 if [ ! -d src -o ! -f src/lisp.h -o ! -d lisp -o ! -f lisp/version.el ]; then
58 echo "${progname}: Can't find \`src/lisp.h' and \`lisp/version.el'." >&2 58 echo "${progname}: Can't find \`src/lisp.h' and \`lisp/version.el'." >&2
59 echo "${progname} must be run in the top directory of the Emacs" >&2 59 echo "${progname} must be run in the top directory of the Emacs" >&2
60 echo "distribution tree. Cd to that directory and try again." >&2 60 echo "distribution tree. cd to that directory and try again." >&2
61 exit 1 61 exit 1
62 fi 62 fi
63 63
64 ### Find out which version of Emacs this is. 64 ### Find out which version of Emacs this is.
65 version=`grep 'defconst[ ]*emacs-version' lisp/version.el \ 65 version=`grep 'defconst[ ]*emacs-version' lisp/version.el \
202 test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src 202 test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src
203 ln [a-zA-Z]*.h ../${tempdir}/src 203 ln [a-zA-Z]*.h ../${tempdir}/src
204 ln [a-zA-Z]*.s ../${tempdir}/src 204 ln [a-zA-Z]*.s ../${tempdir}/src
205 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ 205 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \
206 ../${tempdir}/src 206 ../${tempdir}/src
207 ln .gdbinit .dbxinit ../${tempdir}/src 207 ln .gdbinit .dbxinit gnu-hp300 ../${tempdir}/src
208 ln *.opt vms-pp.trans ../${tempdir}/src 208 ln *.opt vms-pp.trans ../${tempdir}/src
209 cd ../${tempdir}/src 209 cd ../${tempdir}/src
210 rm -f config.h paths.h Makefile 210 rm -f config.h paths.h Makefile
211 if [ -z "${newer}" ]; then 211 if [ -z "${newer}" ]; then
212 etags *.h *.c ../lisp/*.el 212 etags *.h *.c ../lisp/*.el