[Midnightbsd-cvs] src: Makefile: Make final adjustements for release, fix mports/Distfiles

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 29 17:57:21 EDT 2008


Log Message:
-----------
Make final adjustements for release, fix mports/Distfiles

Tags:
----
RELENG_0_2

Modified Files:
--------------
    src/release:
        Makefile (r1.17.2.5 -> r1.17.2.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/release/Makefile,v
retrieving revision 1.17.2.5
retrieving revision 1.17.2.6
diff -L release/Makefile -L release/Makefile -u -r1.17.2.5 -r1.17.2.6
--- release/Makefile
+++ release/Makefile
@@ -19,7 +19,7 @@
 # Set these, release builder!
 #
 # Fixed version:
-#BUILDNAME=0.2-RELEASE
+BUILDNAME=0.2-RELEASE
 #
 # Automatic SNAP versioning:
 DATE != date +%Y%m%d
@@ -28,7 +28,7 @@
 #
 #CHROOTDIR=/junk/release
 # If this is a -stable snapshot, then set
-RELEASETAG=RELENG_0_2
+#RELEASETAG=RELENG_0_2
 #
 # To test a release with a source tree containing patches and
 # other work. This tree will get copied instead of getting the
@@ -101,7 +101,7 @@
 #
 # Setting this also disables building of release note documentation
 # (RELNOTESng).
-#NODOC=  YES
+NODOC=  YES
 #NOPORTS=  YES
 
 # When retrieving mports using the pkg_add -r method, set your proxies to these.
@@ -111,7 +111,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
@@ -153,7 +153,7 @@
 # Respect DOCDISTFILES which is used before.
 RELEASEDISTFILES?=	${DOCDISTFILES}
 .else
-RELEASEDISTFILES?=	${.CURDIR}/../../mports/distfiles
+RELEASEDISTFILES?=	${.CURDIR}/../../mports/Distfiles
 .endif
 # Set this to 1 if you want -P to be used for automatic keyboard detection
 # on the boot floppy.  WARNING: Breaks on some Athlon (K7) motherboards.


More information about the Midnightbsd-cvs mailing list