aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1995-03-16 22:54:42 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1995-03-16 22:54:42 +0000
commitc5b0a90902b451c79a30731bbabbdc725c6d02b2 (patch)
tree4050ae90ec8d43fa1bd8ab57f4371b9d8711ee03 /release
parent38b590b187108e6ad9d2b57789197898546e20eb (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index ffb4fa7130bd..3b94fb6a4cfd 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.116 1995/03/16 05:40:02 phk Exp $
+# $Id: Makefile,v 1.117 1995/03/16 05:58:28 phk Exp $
#
# How to roll a release:
#
@@ -119,6 +119,7 @@ release.1:
release.2:
@cd ${.CURDIR} ; $(MAKE) ckRELEASEDIR
cd ${.CURDIR}/.. ; make distribute DISTDIR=${RD}/trees
+ chflags -R noschg ${RD}/trees
touch release.2
# Make and install a couple of kernels we need.
@@ -305,9 +306,23 @@ release.10:
ftp.1:
rm -rf ${FD}
mkdir ${FD}
- cd ${RD} && find floppies dists -print | cpio -dumplv ${FD}
+ cd ${RD} && find floppies dists -print | cpio -dumpl ${FD}
cd ${RD}/trees/bin/usr/share/FAQ && ln -f ${FAQS} ${FD}
+cdrom.1:
+ rm -rf ${CD}
+ mkdir ${CD}
+ mkdir ${CD}/filesys
+ cd ${RD} && find floppies dists bootfd -print | cpio -dumpl ${FD}
+ cd ${FD} && mv bootfd bootcd
+ for i in ${DISTRIBUTIONS} ; \
+ do \
+ if [ -d ${RD}/trees/$${i} ] ; then \
+ ( cd ${RD}/trees/$${i}; \
+ find . -depth -print | cpio -dumpl ${CD}/filesys ) ; \
+ fi \
+ done
+
# Various "subroutine" and other supporting targets.
doTARBALL: