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 <ttse...@gmail.com> Reviewed by: Nathan Whitehorn <nwhiteh...@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} _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"