svn commit: r196522 - head/release
John Baldwin
jhb at FreeBSD.org
Mon Aug 24 21:56:42 UTC 2009
Author: jhb
Date: Mon Aug 24 21:56:41 2009
New Revision: 196522
URL: http://svn.freebsd.org/changeset/base/196522
Log:
Invoke the recently added mm-mtree.sh release script to store a pre-built
mergemaster mtree database in the 'base' dist.
MFC after: 3 days
Modified:
head/release/Makefile
Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile Mon Aug 24 21:55:43 2009 (r196521)
+++ head/release/Makefile Mon Aug 24 21:56:41 2009 (r196522)
@@ -646,6 +646,7 @@ release.2:
cd ${.CURDIR}/.. && ${CROSSMAKE} distrib-dirs DESTDIR=${RD}/trees/base
cd ${.CURDIR}/.. && ${CROSSMAKE} ${WORLD_FLAGS} distributeworld \
DISTDIR=${RD}/trees
+ sh ${.CURDIR}/scripts/mm-mtree.sh -F "${CROSSENV}" -D "${RD}/trees/base"
touch ${.TARGET}
# Make and install the generic kernel(s).
More information about the svn-src-head
mailing list