svn commit: r265799 - projects/bmake/pkgs/pseudo/stage

Simon J. Gerraty sjg at FreeBSD.org
Sat May 10 05:11:34 UTC 2014


Author: sjg
Date: Sat May 10 05:11:34 2014
New Revision: 265799
URL: http://svnweb.freebsd.org/changeset/base/265799

Log:
  Prep stage tree for tests

Modified:
  projects/bmake/pkgs/pseudo/stage/Makefile

Modified: projects/bmake/pkgs/pseudo/stage/Makefile
==============================================================================
--- projects/bmake/pkgs/pseudo/stage/Makefile	Sat May 10 03:24:45 2014	(r265798)
+++ projects/bmake/pkgs/pseudo/stage/Makefile	Sat May 10 05:11:34 2014	(r265799)
@@ -8,7 +8,7 @@ all:
 # we don't need to see it.
 stage-distrib-dirs: .META
 	mkdir -p ${STAGE_OBJTOP}
-	${.MAKE} -C ${SRCTOP}/etc distrib-dirs DESTDIR=${STAGE_OBJTOP} > $@
+	${.MAKE} -C ${SRCTOP}/etc distrib-dirs -DWITH_TESTS DESTDIR=${STAGE_OBJTOP} > $@
 
 .include <bsd.prog.mk>
 


More information about the svn-src-projects mailing list