summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-18 01:05:05 +0000
committerphk <phk@FreeBSD.org>1994-11-18 01:05:05 +0000
commit37b3e06045d1b0b21b1cab5f03c44feea6b76962 (patch)
treec1ca320a11c0688c6fb397bac8b96ab2cdf9bba2 /release
parent3a64b4bb5b7a0f1fdc549df45554da257c6f63f0 (diff)
downloadFreeBSD-src-37b3e06045d1b0b21b1cab5f03c44feea6b76962.zip
FreeBSD-src-37b3e06045d1b0b21b1cab5f03c44feea6b76962.tar.gz
dd conv=osync. More distributions.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index f63c856..0077288 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.47 1994/11/17 14:18:00 jkh Exp $
+# $Id: Makefile,v 1.48 1994/11/17 15:19:59 jkh Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@@ -96,7 +96,7 @@ cpio.flp:
( cd /${DESTDIR} ; ls ${CPIO2} | cpio -H newc -oa ) | cpio -ivd
( cd ${.CURDIR} ; ls ${CPIO3} | cpio -H newc -oa ) | cpio -ivd
ls ${CPIO1} ${CPIO2} ${CPIO3} | cpio -H newc -oa | gzip -9 | \
- dd obs=512 > cpio.flp
+ dd conv=osync > cpio.flp
gzip -9 -v < cpio.flp > cpio.flp.gz
ls -l cpio.flp*
@@ -146,7 +146,7 @@ bar:
DESTDIR=${RELEASEDIR}/filesys \
SHARED=copies )
-DISTRIBUTIONS= bindist DES games
+DISTRIBUTIONS= bindist des games manpages proflibs dict
MTREEFILES= ${.CURDIR}/../etc/mtree
distribute:
@@ -160,9 +160,9 @@ distribute:
mtree -deU -f ${MTREEFILES}/BSD.var.dist -p ${RELEASEDIR}/$$i/var ; \
mtree -deU -f ${MTREEFILES}/BSD.usr.dist -p ${RELEASEDIR}/$$i/usr ; \
done
- #( cd ${.CURDIR} ; \
- #${MAKE} kernel DESTDIR=${RELEASEDIR}/filesys )
- #install ${COPY} -m 644 ${.CURDIR}/../sys/compile/GENERIC/kernel \
- #${RELEASEDIR}/bindist/kernel
+ ( cd ${.CURDIR} ; \
+ ${MAKE} kernel DESTDIR=${RELEASEDIR}/filesys )
+ install ${COPY} -m 644 ${.CURDIR}/../sys/compile/GENERIC/kernel \
+ ${RELEASEDIR}/bindist/kernel
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud