svn commit: r259862 - stable/9/release

Glen Barber gjb at FreeBSD.org
Wed Dec 25 06:09:32 UTC 2013


Author: gjb
Date: Wed Dec 25 06:09:31 2013
New Revision: 259862
URL: http://svnweb.freebsd.org/changeset/base/259862

Log:
  MFC r259729:
    Bootstrap etcupdate(8) as part of the release build, similar
    to what is done for mergemaster(8).  This allows etcupdate(8)
    to work out-of-box after the first upgrade of a system.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/release/Makefile
Directory Properties:
  stable/9/release/   (props changed)

Modified: stable/9/release/Makefile
==============================================================================
--- stable/9/release/Makefile	Wed Dec 25 06:09:07 2013	(r259861)
+++ stable/9/release/Makefile	Wed Dec 25 06:09:31 2013	(r259862)
@@ -103,6 +103,8 @@ base.txz:
 # Set up mergemaster root database
 	sh ${.CURDIR}/scripts/mm-mtree.sh -m ${WORLDDIR} -F \
 	    "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" -D "${.OBJDIR}/${DISTDIR}/base"
+	etcupdate extract -B -M "TARGET_ARCH=${TARGET_ARCH} TARGET=${TARGET}" \
+	    -d "${.OBJDIR}/${DISTDIR}/base/var/db/etcupdate"
 # Package all components
 	cd ${WORLDDIR} && ${IMAKE} packageworld DISTDIR=${.OBJDIR}/${DISTDIR}
 	mv ${DISTDIR}/*.txz .


More information about the svn-src-all mailing list