diff options
| author | Richard M. Stallman | 1993-07-19 22:46:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-19 22:46:54 +0000 |
| commit | 0d12284471e30dbdc7dde9b7edf6906889feb83a (patch) | |
| tree | 06e7c01943415f1eca64ea27178f3ffc13bbf8a8 /make-dist | |
| parent | e3c24a741ec1705f3d53489737c653fd245b2370 (diff) | |
| download | emacs-0d12284471e30dbdc7dde9b7edf6906889feb83a.tar.gz emacs-0d12284471e30dbdc7dde9b7edf6906889feb83a.zip | |
Include src/gnu-hp300 in the dist.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -57,7 +57,7 @@ done | |||
| 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 | ||
| @@ -204,7 +204,7 @@ echo "Making links to \`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 |