svn commit: r224978 - head/release

Sean Bruno sbruno at FreeBSD.org
Thu Aug 18 16:54:04 UTC 2011


Author: sbruno
Date: Thu Aug 18 16:54:04 2011
New Revision: 224978
URL: http://svn.freebsd.org/changeset/base/224978

Log:
  Allow release generation from a WORLDDIR that is not /usr/src
  
  PR:		misc/159666
  Submitted by:	Test Rat <ttsestt at gmail.com>
  Reviewed by:	Nathan Whitehorn <nwhitehorn at freebsd.org>
  Approved by:	re (kib)

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Thu Aug 18 16:45:23 2011	(r224977)
+++ head/release/Makefile	Thu Aug 18 16:54:04 2011	(r224978)
@@ -66,7 +66,7 @@ base.txz:
 	-mkdir ${DISTDIR}
 	cd ${WORLDDIR} && ${IMAKE} distributeworld DISTDIR=${DISTDIR}
 # Set up mergemaster root database
-	sh ${.CURDIR}/scripts/mm-mtree.sh -F \
+	sh ${.CURDIR}/scripts/mm-mtree.sh -m ${WORLDDIR} -F \
 	    "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" -D "${DISTDIR}/base"
 # Package all components
 	cd ${WORLDDIR} && ${IMAKE} packageworld DISTDIR=${DISTDIR}


More information about the svn-src-head mailing list