1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

Don't stick CD distributions under dists/ directory.

This commit is contained in:
Jordan K. Hubbard 1996-08-03 06:49:00 +00:00
parent 5f354572b7
commit 2822939a71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17402

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.232 1996/07/10 06:36:01 markm Exp $
# $Id: Makefile,v 1.233 1996/08/02 18:19:47 pst Exp $
#
# How to roll a release:
#
@ -429,7 +429,8 @@ ftp.1:
#
cdrom.1:
mkdir -p ${CD}/filesys
cd ${RD} && find floppies dists -print | cpio -dumpl ${CD}
cd ${RD} && find floppies -print | cpio -dumpl ${CD}
cd ${RD}/dists && find . -print | cpio -dumpl ${CD}
ln -f ${RD}/kernels/MFSKERNEL.std ${CD}/kernel
ln -f ${RD}/trees/bin/usr/mdec/fbsdboot.exe ${CD}
for i in ${DISTRIBUTIONS} ; \