Go to reduced device set now that "make-unders" work.

This commit is contained in:
jkh 1998-03-06 06:47:09 +00:00
parent 1d5c36420a
commit 54476b582e

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.341 1998/02/13 20:34:25 jkh Exp $
# $Id: Makefile,v 1.342 1998/02/18 20:01:41 eivind Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@ -411,9 +411,7 @@ release.8: write_mfs_in_kernel dumpnlist
@cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=boot \
DIR=${RD}/mfsfd/stand ZIP=false
( cd ${RD}/trees/bin/dev && \
ls console tty ttyv0 ttyv1 ttyv2 ttyv3 null zero \
*[swo]d* cuaa[01] cuaa[23] fd[01] rfd[01] \
cd0a mcd0a scd0a matcd0a wcd0c rst0 rft0 rwt0 | \
ls console tty ttyv0 ttyv1 ttyv2 ttyv3 null zero |
cpio -dump ${RD}/mfsfd/dev )
( cd ${RD}/mfsfd/dev && rm -f *[swo]d*[bdefgh] )
cd ${RD}/trees/bin && ls ${BOOT1} | cpio -dump ${RD}/mfsfd/stand