Mercurial > emacs
comparison make-dist @ 4795:6e068e4635e0
Remove `src/ymakefile', add `src/Makefile.in.in'.
author | Brian Fox <bfox@gnu.org> |
---|---|
date | Tue, 28 Sep 1993 09:45:54 +0000 |
parents | f82d7536df7c |
children | f27254ec443e |
comparison
equal
deleted
inserted
replaced
4794:b0eeade85c1f | 4795:6e068e4635e0 |
---|---|
192 ### ln ChangeLog README ../${tempdir}/external-lisp | 192 ### ln ChangeLog README ../${tempdir}/external-lisp |
193 ### rm -f =* TAGS) | 193 ### rm -f =* TAGS) |
194 | 194 |
195 echo "Making links to \`src'." | 195 echo "Making links to \`src'." |
196 ### Don't distribute =*.[ch] files, or the configured versions of | 196 ### Don't distribute =*.[ch] files, or the configured versions of |
197 ### config.h.in, paths.h.in, or Makefile.in, or TAGS. | 197 ### config.h.in, paths.h.in, or Makefile.in.in, or TAGS. |
198 (cd src | 198 (cd src |
199 echo " (If we can't link gmalloc.c, that's okay.)" | 199 echo " (If we can't link gmalloc.c, that's okay.)" |
200 ln [a-zA-Z]*.c ../${tempdir}/src | 200 ln [a-zA-Z]*.c ../${tempdir}/src |
201 ## Might be a symlink to a file on another filesystem. | 201 ## Might be a symlink to a file on another filesystem. |
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 OChangeLog config.h.in paths.h.in \ | 205 ln README Makefile.in.in ChangeLog OChangeLog config.h.in paths.h.in \ |
206 ../${tempdir}/src | 206 ../${tempdir}/src |
207 ln .gdbinit .dbxinit ../${tempdir}/src | 207 ln .gdbinit .dbxinit ../${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 |