summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-04-26 23:12:52 +0000
committerimp <imp@FreeBSD.org>2012-04-26 23:12:52 +0000
commite6835f9e7948bc85643c3ae3589b8616671124b8 (patch)
treefa3acf306b2f36efe7b31028281ebe7b60686193 /Makefile.inc1
parent0b98e6d835caa6e794deb417e434762d6a00031b (diff)
downloadFreeBSD-src-e6835f9e7948bc85643c3ae3589b8616671124b8.zip
FreeBSD-src-e6835f9e7948bc85643c3ae3589b8616671124b8.tar.gz
Fix ordering issue. 'make xdev' can fail with -jN because it tries to run the
xdev-install step while xdev-build is still running. Submitted by: Ian Lepore
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 72a4578..cb18826 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1649,8 +1649,8 @@ _xi-mtree:
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
-p ${XDDESTDIR}/usr/include >/dev/null
-.ORDER: _xi-mtree _xi-cross-tools _xi-includes _xi-libraries _xi-links
-xdev-install: _xi-mtree _xi-cross-tools _xi-includes _xi-libraries _xi-links
+.ORDER: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries _xi-links
+xdev-install: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries _xi-links
_xi-cross-tools:
@echo "_xi-cross-tools"
OpenPOWER on IntegriCloud