Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2016 22:32:56 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298014 - head/share/mk
Message-ID:  <201604142232.u3EMWues067341@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Apr 14 22:32:56 2016
New Revision: 298014
URL: https://svnweb.freebsd.org/changeset/base/298014

Log:
  Regenerate the list of bsd.progs.mk supported variables
  
  Prefix with dashes (unordered list) and put one variable on each
  line (to avoid future conflicts)
  
  Done via the following one-liner:
  
  > sh -c 'for i in $(make -C tests/sys/aio PROG=foo -VPROG_VARS:O); do printf "\t\t- $i\n"; done'
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README	Thu Apr 14 22:23:15 2016	(r298013)
+++ head/share/mk/bsd.README	Thu Apr 14 22:32:56 2016	(r298014)
@@ -314,9 +314,27 @@ PROGS_CXX	PROG and PROGS_CXX in one Make
 		LDADD.foo=	-lutil
 		SRCS.bar=	bar_src.c
 
-		The supported variables are BINDIR BINGRP BINMODE BINOWN
-		CFLAGS CXXFLAGS DEBUG_FLAGS DPADD DPSRCS LDADD
-		LDFLAGS LIBADD MAN MLINKS PROGNAME SRCS STRIP.
+		The supported variables are:
+		- BINDIR
+		- BINGRP
+		- BINMODE
+		- BINOWN
+		- CFLAGS
+		- CXXFLAGS
+		- DEBUG_FLAGS
+		- DPADD
+		- DPSRCS
+		- LDADD
+		- LDFLAGS
+		- LIBADD
+		- LINKS
+		- MAN
+		- MLINKS
+		- NO_WERROR
+		- PROGNAME
+		- SRCS
+		- STRIP
+		- WARNS
 
 PROGNAME	The name that the above program will be installed as, if
 		different from ${PROG}.



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