comparison make-dist @ 41783:84b7e5da33e2

Do not try to link removed files (aclocal.m4, _emacs, TODO, vms-pp.trans and others).
author Pavel Janík <Pavel@Janik.cz>
date Sun, 02 Dec 2001 09:29:01 +0000
parents 8a2033481496
children 80482c216b03
comparison
equal deleted inserted replaced
41782:eea433180987 41783:84b7e5da33e2
288 ### hopes that this will make the top-level files appear first in the 288 ### hopes that this will make the top-level files appear first in the
289 ### tar file; this means that people can start reading the INSTALL and 289 ### tar file; this means that people can start reading the INSTALL and
290 ### README while the rest of the tar file is still unpacking. Whoopee. 290 ### README while the rest of the tar file is still unpacking. Whoopee.
291 echo "Making links to top-level files" 291 echo "Making links to top-level files"
292 ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir} 292 ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir}
293 ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir} 293 ln ChangeLog Makefile.in configure configure.in ${tempdir}
294 ln config.bat make-dist update-subdirs vpath.sed ${tempdir} 294 ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
295 ### Copy these files; they're cross-filesystem symlinks. 295 ### Copy these files; they're cross-filesystem symlinks.
296 cp mkinstalldirs ${tempdir} 296 cp mkinstalldirs ${tempdir}
297 cp config.sub ${tempdir} 297 cp config.sub ${tempdir}
298 cp config.guess ${tempdir} 298 cp config.guess ${tempdir}
436 cp -p $file ../${tempdir}/src 436 cp -p $file ../${tempdir}/src
437 chmod a-w ../${tempdir}/src/$file 437 chmod a-w ../${tempdir}/src/$file
438 fi 438 fi
439 done 439 done
440 ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src 440 ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src
441 ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src 441 ln makefile.nt makefile.w32-in ../${tempdir}/src
442 ln .gdbinit .dbxinit ../${tempdir}/src 442 ln .gdbinit .dbxinit ../${tempdir}/src
443 cd ../${tempdir}/src 443 cd ../${tempdir}/src
444 rm -f config.h epaths.h Makefile Makefile.c 444 rm -f config.h epaths.h Makefile Makefile.c
445 rm -f =* TAGS) 445 rm -f =* TAGS)
446 446
483 rm -f Makefile.c 483 rm -f Makefile.c
484 rm -f =* TAGS) 484 rm -f =* TAGS)
485 485
486 echo "Making links to \`nt'" 486 echo "Making links to \`nt'"
487 (cd nt 487 (cd nt
488 ln emacs.rc config.nt [a-z]*.in [a-z]*.c ../${tempdir}/nt 488 ln emacs.rc config.nt [a-z]*.c ../${tempdir}/nt
489 ln _emacs nmake.defs gmake.defs subdirs.el ../${tempdir}/nt 489 ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
490 ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt 490 ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt
491 ln TODO ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) 491 ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)
492 492
493 echo "Making links to \`nt/inc'" 493 echo "Making links to \`nt/inc'"
494 (cd nt/inc 494 (cd nt/inc
495 ln [a-z]*.h ../../${tempdir}/nt/inc) 495 ln [a-z]*.h ../../${tempdir}/nt/inc)
496 496