summaryrefslogtreecommitdiffstats
path: root/release/floppies/crunch_fs.mk
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-08-22 09:45:46 +0000
committerjulian <julian@FreeBSD.org>1996-08-22 09:45:46 +0000
commitc5deb4e0829157e2bf2ee5c630e445b06f74f3bf (patch)
tree8374498f50ea58758f70fa4a9b9a1d6772989223 /release/floppies/crunch_fs.mk
parent2e80ac2e7889b8be73c526417fc8c5883d5f3eb1 (diff)
downloadFreeBSD-src-c5deb4e0829157e2bf2ee5c630e445b06f74f3bf.zip
FreeBSD-src-c5deb4e0829157e2bf2ee5c630e445b06f74f3bf.tar.gz
slight cleanup of the floppy building stuff to take into account
the new OBJdir system. quite a bit to go yet. cd /usr/src; make world cd release cd sysinstall;make obj; cd .. cd floppies; make obj; make
Diffstat (limited to 'release/floppies/crunch_fs.mk')
-rw-r--r--release/floppies/crunch_fs.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/floppies/crunch_fs.mk b/release/floppies/crunch_fs.mk
index ab11d5a..7471389 100644
--- a/release/floppies/crunch_fs.mk
+++ b/release/floppies/crunch_fs.mk
@@ -1,5 +1,5 @@
###
-# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
+# $Id: crunch_fs.mk,v 1.1 1996/05/21 01:12:21 julian Exp $
#
# This is included to make a floppy that includes a crunch file
#
@@ -34,7 +34,7 @@ ZIP?=true
# Things which will get you into trouble if you change them
TREE= tree
-LABELDIR= ${TOP}/sys/i386/boot/biosboot/obj
+LABELDIR= ${OBJTOP}/sys/i386/boot/biosboot
clean:
rm -rf tree fs-image fs-image.size step[0-9]
@@ -57,7 +57,7 @@ ${TREE}: ${.CURDIR}/Makefile
ln -s /stand $${i} ; \
done
-step2: ${CRUNCHDIRS} ${.CURDIR}/Makefile
+step2: ${.CURDIR}/${CRUNCHDIRS} ${.CURDIR}/Makefile
.if defined(CRUNCHDIRS)
@cd ${.CURDIR} && $(MAKE) installCRUNCH DIR=${TREE}/stand ZIP=${ZIP}
.endif
@@ -73,7 +73,7 @@ step3: step2
step4: step3
.if defined(VERBATIM)
A=`pwd`;cd ${.CURDIR}/${VERBATIM}; \
- find . -print |cpio -pdmuv $$A/tree
+ find . \! \( -name CVS -and -prune \) -print |cpio -pdmuv $$A/tree
.endif
true || cp ${TOP}/etc/spwd.db tree/etc
touch step4
OpenPOWER on IntegriCloud