summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2013-11-16 19:42:40 +0000
committerjmmv <jmmv@FreeBSD.org>2013-11-16 19:42:40 +0000
commit6678a6d03485aa792e8f8ad8a33a590230a9b2f3 (patch)
treeee468fa8d0e75f3a461031b6e5b4258df132d194 /Makefile.inc1
parent0b38f66b824309460a14d215a6102c0712e64047 (diff)
downloadFreeBSD-src-6678a6d03485aa792e8f8ad8a33a590230a9b2f3.zip
FreeBSD-src-6678a6d03485aa792e8f8ad8a33a590230a9b2f3.tar.gz
Move all atf directories to the tests mtree.
This is to ensure that test-related directories don't get needlessly created (and later deleted) when MK_TESTS=no. Problem found by jhb@. Approved by: rpaulo (mentor)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index a592034..a04acb3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -509,7 +509,7 @@ _worldtmp:
.endif
.if ${MK_TESTS} != "no"
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.tests.dist \
- -p ${WORLDTMP}${TESTSBASE} >/dev/null
+ -p ${WORLDTMP}/usr >/dev/null
.endif
.for _mtree in ${LOCAL_MTREE}
mtree -deU -f ${.CURDIR}/${_mtree} -p ${WORLDTMP} > /dev/null
OpenPOWER on IntegriCloud