Mercurial > emacs
comparison make-dist @ 13325:5a333a8e0ee1
Use new names config.in, paths.in, and {src,lib-src}/Makefile.in.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 29 Oct 1995 20:22:55 +0000 |
parents | 1d30a1c68e44 |
children | d05d5a169faa |
comparison
equal
deleted
inserted
replaced
13324:cff657a37032 | 13325:5a333a8e0ee1 |
---|---|
227 ln README ../../${tempdir}/lisp/term | 227 ln README ../../${tempdir}/lisp/term |
228 rm -f =* TAGS) | 228 rm -f =* TAGS) |
229 | 229 |
230 echo "Making links to \`src'." | 230 echo "Making links to \`src'." |
231 ### Don't distribute =*.[ch] files, or the configured versions of | 231 ### Don't distribute =*.[ch] files, or the configured versions of |
232 ### config.h.in, paths.h.in, or Makefile.in.in, or TAGS. | 232 ### config.in, paths.in, or Makefile.in, or TAGS. |
233 (cd src | 233 (cd src |
234 echo " (If we can't link gmalloc.c, that's okay.)" | 234 echo " (If we can't link gmalloc.c, that's okay.)" |
235 ln [a-zA-Z]*.c ../${tempdir}/src | 235 ln [a-zA-Z]*.c ../${tempdir}/src |
236 ## Might be a symlink to a file on another filesystem. | 236 ## Might be a symlink to a file on another filesystem. |
237 test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src | 237 test -f ../${tempdir}/src/gmalloc.c || cp gmalloc.c ../${tempdir}/src |
238 ln [a-zA-Z]*.h ../${tempdir}/src | 238 ln [a-zA-Z]*.h ../${tempdir}/src |
239 ln [a-zA-Z]*.s ../${tempdir}/src | 239 ln [a-zA-Z]*.s ../${tempdir}/src |
240 ln README Makefile.in.in ChangeLog ChangeLog.? config.h.in paths.h.in \ | 240 ln README Makefile.in ChangeLog ChangeLog.? config.in paths.in \ |
241 ../${tempdir}/src | 241 ../${tempdir}/src |
242 ln makefile.nt ../${tempdir}/src | 242 ln makefile.nt ../${tempdir}/src |
243 ln .gdbinit .dbxinit ../${tempdir}/src | 243 ln .gdbinit .dbxinit ../${tempdir}/src |
244 ln *.opt vms-pp.trans ../${tempdir}/src | 244 ln *.opt vms-pp.trans ../${tempdir}/src |
245 cd ../${tempdir}/src | 245 cd ../${tempdir}/src |
260 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s) | 260 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s) |
261 | 261 |
262 echo "Making links to \`lib-src'." | 262 echo "Making links to \`lib-src'." |
263 (cd lib-src | 263 (cd lib-src |
264 ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src | 264 ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src |
265 ln ChangeLog Makefile.in.in README testfile vcdiff ../${tempdir}/lib-src | 265 ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src |
266 ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src | 266 ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src |
267 cd ../${tempdir}/lib-src | 267 cd ../${tempdir}/lib-src |
268 rm -f getdate.tab.c y.tab.c y.tab.h | 268 rm -f getdate.tab.c y.tab.c y.tab.h |
269 rm -f =* TAGS) | 269 rm -f =* TAGS) |
270 | 270 |