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.
This commit is contained in:
parent
056c05d59d
commit
223391541f
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user