Module Name:    src
Committed By:   christos
Date:           Sun Jan  8 17:39:08 UTC 2017

Modified Files:
        src/etc: Makefile.params

Log Message:
Instead of hard-coding all the MK* vars and constantly being out of date,
use _MKVARS.yes and _MKVARS.no to construct them.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/etc/Makefile.params

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile.params
diff -u src/etc/Makefile.params:1.15 src/etc/Makefile.params:1.16
--- src/etc/Makefile.params:1.15	Sun Dec 25 11:44:39 2016
+++ src/etc/Makefile.params	Sun Jan  8 12:39:08 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.params,v 1.15 2016/12/25 16:44:39 christos Exp $
+#	$NetBSD: Makefile.params,v 1.16 2017/01/08 17:39:08 christos Exp $
 #
 # Makefile fragment for printing build parameters.
 #
@@ -41,17 +41,6 @@ RELEASEVARS=	DISTRIBVER EXTERNAL_TOOLCHA
 		HAVE_LLVM HAVE_PCC INSTALLWORLDDIR \
 		MACHINE MACHINE_ARCH MAKE MAKECONF \
 		MAKEOBJDIR MAKEOBJDIRPREFIX MAKEVERBOSE \
-		MKARZERO MKATF MKBFD MKBINUTILS MKCATPAGES \
-		MKCRYPTO MKCRYPTO_RC5 MKCTF MKCVS \
-		MKDEBUG MKDEBUGLIB MKDOC MKDTRACE MKDYNAMICROOT \
-		MKGCC MKGCCCMDS MKGDB \
-		MKHESIOD MKHTML MKIEEEFP MKINET6 MKINFO MKIPFILTER \
-		MKKERBEROS MKKYUA MKLDAP MKLINKLIB MKLINT MKLLVM \
-		MKMAN MKMANZ MKMDNS MKNLS MKNPF MKOBJ MKOBJDIRS \
-		MKPAM MKPCC MKPF MKPIC MKPICINSTALL MKPICLIB MKPOSTFIX \
-		MKPROFILE MKREPRO \
-		MKSHARE MKSKEY MKSOFTFLOAT MKSTATICLIB \
-		MKUNPRIVED MKUPDATE MKX11 MKYP \
 		NOCLEANDIR NODISTRIBDIRS NOINCLUDES \
 		TOOLCHAIN_MISSING \
 		USE_HESIOD USE_INET6 USE_JEMALLOC USE_KERBEROS USE_LDAP \
@@ -65,6 +54,7 @@ RELEASEVARS+= 	BSDOBJDIR BSDSRCDIR BUILD
 		RELEASEDIR RELEASEMACHINEDIR TOOLDIR USR_OBJMACHINE X11SRCDIR
 .endif
 
+RELEASEVARS+= ${_MKVARS.yes} ${_MKVARS.no}
 
 #
 # Duplicate the DISTRIBVER setting from src/etc/Makefile.

Reply via email to