[Midnightbsd-cvs] src: Makefile: Changes used to build 0.1.1-RELEASE (with packages

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 9 08:39:54 EST 2007


Log Message:
-----------
Changes used to build 0.1.1-RELEASE (with packages manually).  This might be useful during the AMD64 build.

Tags:
----
RELENG_0_1

Modified Files:
--------------
    src/release:
        Makefile (r1.13.2.2 -> r1.13.2.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/release/Makefile,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -L release/Makefile -L release/Makefile -u -r1.13.2.2 -r1.13.2.3
--- release/Makefile
+++ release/Makefile
@@ -59,7 +59,8 @@
 ISRELEASE!=	expr "${RELEASETAG}" : '^RELENG_.*_RELEASE$$' || true
 .if ${ISRELEASE} != 0
 # Convert "RELENG_ver_RELEASE" to "RELEASE_ver" for mports and doc trees.
-AUXRELEASETAG!=	echo ${RELEASETAG} | sed -e 's/^RELENG_/RELEASE_/' -e 's/_RELEASE$$//'
+AUXRELEASETAG=	MPORTS_0_1_1_RELEASE
+#echo ${RELEASETAG} | sed -e 's/^RELENG_/RELEASE_/' -e 's/_RELEASE$$//'
 DOCRELEASETAG?=		${AUXRELEASETAG}
 PORTSRELEASETAG?=	${AUXRELEASETAG}
 .endif
@@ -68,7 +69,7 @@
 # If you want to pass flags to the world build such as -j X, use
 # WORLD_FLAGS.  Similarly, you can specify make flags for kernel
 # builds via KERNEL_FLAGS.
-#WORLD_FLAGS=-j8
+WORLD_FLAGS=-j8
 #KERNEL_FLAGS=-j4
 
 TARGET_ARCH?=	${MACHINE_ARCH}
@@ -111,7 +112,7 @@
 
 # When creating ISO images, point ${CD_PACKAGE_TREE} to a directory containing
 # the package split by an earlier invocation of the 'package-split' target.
-#CD_PACKAGE_TREE=	/usr/split
+CD_PACKAGE_TREE=	/usr/split
 
 # Extra source tarballs; each argument is a pair of source dir and
 # distribution name.  The dist name should not exceed 7 characters


More information about the Midnightbsd-cvs mailing list