# HG changeset patch # User Jim Blandy # Date 720147332 0 # Node ID 09448393e8320b51d805adfb0c11e7d2ce2e8682 # Parent 429e23e8707260b067dccc1bd96e425b4b3eee8e * make-dist: Copy config.sub, since it's a symbolic link to a file on another file system. diff -r 429e23e87072 -r 09448393e832 make-dist --- a/make-dist Mon Oct 26 05:33:20 1992 +0000 +++ b/make-dist Tue Oct 27 00:55:32 1992 +0000 @@ -95,8 +95,11 @@ # README while the rest of the tar file is still unpacking. Whoopee. echo "Making links to top-level files." ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} -ln ChangeLog Makefile.in build-install.in configure config.sub ${tempdir} -ln make-dist ${tempdir} +ln ChangeLog Makefile.in build-install.in configure make-dist ${tempdir} +# Copy these files; on the GNU machines, at least, they are symbolic +# links to files on another file system, so we can't make a hard link +# to it. Eech. +cp config.sub ${tempdir} echo "Creating subdirectories." for subdir in lisp lisp/term local-lisp external-lisp \