Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2015 12:45:30 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398646 - head/Mk
Message-ID:  <201510051245.t95CjUVa019150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Oct  5 12:45:29 2015
New Revision: 398646
URL: https://svnweb.freebsd.org/changeset/ports/398646

Log:
  Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGET
  
  Approved by:	portmgr (mat)
  Differential Revision:	D3788

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Mon Oct  5 12:28:21 2015	(r398645)
+++ head/Mk/bsd.options.mk	Mon Oct  5 12:45:29 2015	(r398646)
@@ -125,7 +125,7 @@
 # EXTRACT_ONLY GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET
 # LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES PLIST_DIRS
 # PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS PORTEXAMPLES SUB_FILES SUB_LIST
-# USES,
+# TEST_TARGET USES,
 # defining ${opt}_${variable} will add its content to the actual variable when
 # the option is enabled.  Defining ${opt}_${variable}_OFF will add its content
 # to the actual variable when the option is disabled.
@@ -152,7 +152,7 @@ _OPTIONS_FLAGS=	ALL_TARGET BROKEN CATEGO
 		GH_ACCOUNT GH_PROJECT GH_TAGNAME IGNORE INFO INSTALL_TARGET \
 		LDFLAGS LIBS MAKE_ARGS MAKE_ENV PATCHFILES PATCH_SITES \
 		PLIST_DIRS PLIST_DIRSTRY PLIST_FILES PLIST_SUB PORTDOCS \
-		PORTEXAMPLES SUB_FILES SUB_LIST USES
+		PORTEXAMPLES SUB_FILES SUB_LIST TEST_TARGET USES
 _OPTIONS_DEPENDS=	PKG FETCH EXTRACT PATCH BUILD LIB RUN
 
 # The format here is target_family:priority:target-type



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