summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-08-22 00:54:00 +0000
committergjb <gjb@FreeBSD.org>2014-08-22 00:54:00 +0000
commitbdf2b76da25fd305451e3971430d4a973e854c39 (patch)
tree63ea7e1af4b4283a37c7cb87e4db92886da07812 /etc/Makefile
parent52df1b5cbbbc8565fb18c06988ce6e69d87dd73a (diff)
downloadFreeBSD-src-bdf2b76da25fd305451e3971430d4a973e854c39.zip
FreeBSD-src-bdf2b76da25fd305451e3971430d4a973e854c39.tar.gz
Use 'WITHOUT_TESTS=1' instead of 'MK_TESTS=no' in the
'distribute' target of etc/Makefile, because we do not allow command-line use of 'make MK_TESTS=no' in stable/10. This fixes a regression introduced in r270187 that causes the release build to fail, and a direct commit to stable/10. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e16b52d..0cb7b52 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -176,7 +176,7 @@ afterinstall:
distribute:
# Avoid installing tests here; "make distribution" will do this and
# correctly place them in the right location.
- ${_+_}cd ${.CURDIR} ; ${MAKE} MK_TESTS=no install \
+ ${_+_}cd ${.CURDIR} ; ${MAKE} WITHOUT_TESTS=1 install \
DESTDIR=${DISTDIR}/${DISTRIBUTION}
${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
OpenPOWER on IntegriCloud