comparison make-dist @ 1479:09448393e832

* make-dist: Copy config.sub, since it's a symbolic link to a file on another file system.
author Jim Blandy <jimb@redhat.com>
date Tue, 27 Oct 1992 00:55:32 +0000
parents 892242701cba
children e790c2486512
comparison
equal deleted inserted replaced
1478:429e23e87072 1479:09448393e832
93 # hopes that this will make the top-level files appear first in the 93 # hopes that this will make the top-level files appear first in the
94 # tar file; this means that people can start reading the INSTALL and 94 # tar file; this means that people can start reading the INSTALL and
95 # README while the rest of the tar file is still unpacking. Whoopee. 95 # README while the rest of the tar file is still unpacking. Whoopee.
96 echo "Making links to top-level files." 96 echo "Making links to top-level files."
97 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} 97 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
98 ln ChangeLog Makefile.in build-install.in configure config.sub ${tempdir} 98 ln ChangeLog Makefile.in build-install.in configure make-dist ${tempdir}
99 ln make-dist ${tempdir} 99 # Copy these files; on the GNU machines, at least, they are symbolic
100 # links to files on another file system, so we can't make a hard link
101 # to it. Eech.
102 cp config.sub ${tempdir}
100 103
101 echo "Creating subdirectories." 104 echo "Creating subdirectories."
102 for subdir in lisp lisp/term local-lisp external-lisp \ 105 for subdir in lisp lisp/term local-lisp external-lisp \
103 src src/m src/s lib-src oldXMenu \ 106 src src/m src/s lib-src oldXMenu \
104 etc lock arch-lib cpp info man shortnames vms; do 107 etc lock arch-lib cpp info man shortnames vms; do