Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 23:25:10 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r271605 - stable/10/etc
Message-ID:  <201409142325.s8ENPA76097769@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409142325.s8ENPA76097769>