[Midnightbsd-cvs] src: Makefile: Break up buildiso into two targets.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 23 16:23:49 EDT 2008


Log Message:
-----------
Break up buildiso into two targets.  This will allow us to make modifications to the environment manually before creating the tarballs we're extracting on md devices. (package installation?)

Modified Files:
--------------
    src/nrelease:
        Makefile (r1.8 -> r1.9)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/nrelease/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L nrelease/Makefile -L nrelease/Makefile -u -r1.8 -r1.9
--- nrelease/Makefile
+++ nrelease/Makefile
@@ -8,11 +8,11 @@
 OBJSYS= ${.OBJDIR}/../sys
 KERNCONF ?= GENERIC
 
-release:	check clean buildworld1 buildkernel1 buildiso mkiso
+release:	check clean buildworld1 buildkernel1 buildiso buildiso2 mkiso
 
-quickrel:	check clean buildworld2 buildkernel2 buildiso mkiso
+quickrel:	check clean buildworld2 buildkernel2 buildiso buildiso2 mkiso
 
-realquickrel:	check clean buildiso mkiso
+realquickrel:	check clean buildiso buildiso2 mkiso
 
 check:
 	if [ ! -f /usr/local/bin/mkisofs ]; then \
@@ -43,6 +43,8 @@
 	cp /usr/local/bin/mkisofs ${ISOROOT}/usr/local/bin
 	cp /usr/local/man/man8/mkisofs.8.gz ${ISOROOT}/usr/local/man/man8
 	chmod 755 ${ISOROOT}/etc/rc.d/livecd
+
+buildiso2:
 	# Remove /var/empty
 	chflags -R noschg ${ISOROOT}/var/empty
 	rm -rf ${ISOROOT}/var/empty


More information about the Midnightbsd-cvs mailing list