summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-11-18 21:39:58 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-11-18 21:39:58 +0000
commitdbf5bd502abb1dcebc1c84dcbecc841fc22925b6 (patch)
tree3b8e04ad1089cc3f2c6f2dc98e0b389ffb2c1827
parent20f680588aaaa700e9a2281a1ca3204581af409b (diff)
downloadsrc-test2-dbf5bd502abb1dcebc1c84dcbecc841fc22925b6.tar.gz
src-test2-dbf5bd502abb1dcebc1c84dcbecc841fc22925b6.zip
Notes
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 61bfbc69dedd..d59900f245a4 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -376,7 +376,7 @@ symlinks:
@touch ${.OBJDIR}/${.TARGET}
.endif
-.if ${MACHINE} == "host"
+.if ${MACHINE} == "host" && !defined(_SKIP_BUILD)
# we're here because we are building a sysroot...
# we need MACHINE et al set correctly
HOST_MACHINE!= uname -m