svn commit: r271605 - stable/10/etc

Glen Barber gjb at FreeBSD.org
Sun Sep 14 23:25:11 UTC 2014


Author: gjb
Date: Sun Sep 14 23:25:10 2014
New Revision: 271605
URL: http://svnweb.freebsd.org/changeset/base/271605

Log:
  Define NO_TESTS instead of WITHOUT_TESTS for the etc/
  'distribute' target to fix the WITH_TESTS=1 build.
  
  This is a direct commit to stable/10.
  
  Submitted by:	ngie
  Approved by:	re (rodrigc)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/etc/Makefile

Modified: stable/10/etc/Makefile
==============================================================================
--- stable/10/etc/Makefile	Sun Sep 14 22:13:19 2014	(r271604)
+++ stable/10/etc/Makefile	Sun Sep 14 23:25:10 2014	(r271605)
@@ -177,7 +177,7 @@ afterinstall:
 distribute:
 	# Avoid installing tests here; "make distribution" will do this and
 	# correctly place them in the right location.
-	${_+_}cd ${.CURDIR} ; ${MAKE} WITHOUT_TESTS=1 install \
+	${_+_}cd ${.CURDIR} ; ${MAKE} -DNO_TESTS install \
 	    DESTDIR=${DISTDIR}/${DISTRIBUTION}
 	${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
 


More information about the svn-src-all mailing list