diff options
author | jkh <jkh@FreeBSD.org> | 2001-02-06 08:36:00 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 2001-02-06 08:36:00 +0000 |
commit | 83ab63b5393f0750f4c7b2d3b450d41870e77505 (patch) | |
tree | ecd4d4a16dcbc5f078cdcc29693b19298050f8b9 | |
parent | 4e0608cba380895f65d05ead27b46d1821a70a22 (diff) | |
download | FreeBSD-src-83ab63b5393f0750f4c7b2d3b450d41870e77505.zip FreeBSD-src-83ab63b5393f0750f4c7b2d3b450d41870e77505.tar.gz |
Ack, that will teach me to grep for "symbolic link" as well as "symlink" in
the commit logs - I just found the reason for the self-pointing symlink, as
documented in revision 1.517 by phk, who committed the change over a year
ago. Accordingly, put the feature back and drop all plans to MFC the previous
"fix".
-rw-r--r-- | release/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index 5655455..f34b293 100644 --- a/release/Makefile +++ b/release/Makefile @@ -618,6 +618,7 @@ release.9: ftp.1: @echo "Setting up FTP distribution area" @mkdir -p ${FD} + -@ln -s . ${FD}/${BUILDNAME} @cd ${RD} && find floppies -print | cpio -dumpl ${FD} @cd ${RD}/dists && find . -print | cpio -dumpl ${FD} @for i in ${DIST_DOCS}; do \ |