* make-dist: Copy config.sub, since it's a symbolic link to a file
authorJim Blandy <jimb@redhat.com>
Tue, 27 Oct 1992 00:55:32 +0000 (00:55 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 27 Oct 1992 00:55:32 +0000 (00:55 +0000)
on another file system.

make-dist

index c544d0d..ce8223a 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -95,8 +95,11 @@ mkdir ${tempdir}
 # 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 \