svn commit: r245563 - head

Brooks Davis brooks at FreeBSD.org
Thu Jan 17 18:26:57 UTC 2013


Author: brooks
Date: Thu Jan 17 18:26:56 2013
New Revision: 245563
URL: http://svnweb.freebsd.org/changeset/base/245563

Log:
  Correct the distrib-dirs target in the -DDB_FROM_SRC case.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Jan 17 18:00:19 2013	(r245562)
+++ head/Makefile.inc1	Thu Jan 17 18:26:56 2013	(r245563)
@@ -767,7 +767,7 @@ redistribute:
 
 distrib-dirs distribution:
 	cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
-	    ${IMAKE_INSTALL} ${.TARGET}
+	    ${IMAKE_INSTALL} ${IMAKE_MTREE} ${.TARGET}
 
 #
 # buildkernel and installkernel


More information about the svn-src-head mailing list