summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-02-06 08:27:56 +0000
committerjkh <jkh@FreeBSD.org>2001-02-06 08:27:56 +0000
commit4e0608cba380895f65d05ead27b46d1821a70a22 (patch)
tree2ed490a602a4e6a3c5a12efffe522acc8aacd4bb /release
parent7f8fcc0b1fb980da09441142e1bd3634a4aa8dac (diff)
downloadFreeBSD-src-4e0608cba380895f65d05ead27b46d1821a70a22.zip
FreeBSD-src-4e0608cba380895f65d05ead27b46d1821a70a22.tar.gz
Remove the annoying ftp area symlink pointing at ourselves - people keep
asking what it's for and I can't answer since I can't see any conceivable use for it. Unless someone corrects that impression, I'll also MFC this change in a few days.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index f34b293..5655455 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -618,7 +618,6 @@ 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 \
OpenPOWER on IntegriCloud