comparison make-dist @ 2927:9a270937e98c

* make-dist: Don't distribute precomp.com, compile.com, or link.com from ./src; they're in ./vms now.
author Jim Blandy <jimb@redhat.com>
date Thu, 20 May 1993 15:19:12 +0000
parents bbecb53ca42b
children d3f30c15d39f
comparison
equal deleted inserted replaced
2926:f4234ee71da4 2927:9a270937e98c
165 ln [a-zA-Z]*.h ../${tempdir}/src 165 ln [a-zA-Z]*.h ../${tempdir}/src
166 ln [a-zA-Z]*.s ../${tempdir}/src 166 ln [a-zA-Z]*.s ../${tempdir}/src
167 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \ 167 ln README Makefile.in ymakefile ChangeLog config.h.in paths.h.in \
168 ../${tempdir}/src 168 ../${tempdir}/src
169 ln .gdbinit .dbxinit ../${tempdir}/src 169 ln .gdbinit .dbxinit ../${tempdir}/src
170 ln *.opt vms-pp.trans precomp.com compile.com link.com ../${tempdir}/src 170 ln *.opt vms-pp.trans ../${tempdir}/src
171 cd ../${tempdir}/src 171 cd ../${tempdir}/src
172 rm -f config.h paths.h Makefile 172 rm -f config.h paths.h Makefile
173 if [ -z "${newer}" ]; then 173 if [ -z "${newer}" ]; then
174 etags *.h *.c ../lisp/*.el 174 etags *.h *.c ../lisp/*.el
175 fi 175 fi