summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-31 10:27:58 +0000
committerphk <phk@FreeBSD.org>2002-12-31 10:27:58 +0000
commit0bf2661961604f17cb6357c326d7e1897ced0526 (patch)
tree382e89d45d639100c6329f5de7805267453c4c20 /release/Makefile
parent8e3722443a023147b2e4f1e80adce5a36e9e053b (diff)
downloadFreeBSD-src-0bf2661961604f17cb6357c326d7e1897ced0526.zip
FreeBSD-src-0bf2661961604f17cb6357c326d7e1897ced0526.tar.gz
Setup a symlink to the distribution name in the root of the first CD image
so that it can be used as a anon-ftp area.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile
index d6b7877..0be64bb 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -857,6 +857,7 @@ ftp.1:
cdrom.1:
@echo "Setting up CDROM distribution area"
@mkdir -p ${CD_DISC1} ${CD_DISC2}
+ -@ln -s . ${CD_DISC1}/${BUILDNAME}
@cd ${RD} && find floppies -print | cpio -dumpl ${CD_DISC1}
@cd ${RD}/dists && find . -print | cpio -dumpl ${CD_DISC1}
@for i in ${DISTRIBUTIONS} ; \
OpenPOWER on IntegriCloud