Mercurial > emacs
changeset 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 | 429e23e87072 |
children | d0d11fa0ecf5 |
files | make-dist |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 \