summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-16 22:54:42 +0000
committerphk <phk@FreeBSD.org>1995-03-16 22:54:42 +0000
commit7f7d0e0282c3a76c95d3b906288ff20b6c03b669 (patch)
tree4050ae90ec8d43fa1bd8ab57f4371b9d8711ee03
parent2b505f7f2e1bada1ff36bb5cfa435a26e1e883b5 (diff)
downloadFreeBSD-src-7f7d0e0282c3a76c95d3b906288ff20b6c03b669.zip
FreeBSD-src-7f7d0e0282c3a76c95d3b906288ff20b6c03b669.tar.gz
Remove imutable bits, they will not survive anyway. First cut at cdrom
make rule.
-rw-r--r--release/Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index ffb4fa7..3b94fb6 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:
OpenPOWER on IntegriCloud