Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Instead of hard-coding all the MK* vars and constantly b...



details:   https://anonhg.NetBSD.org/src/rev/7b66c13e112f
branches:  trunk
changeset: 820400:7b66c13e112f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 08 17:39:08 2017 +0000

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

diffstat:

 etc/Makefile.params |  14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diffs (35 lines):

diff -r 8e3528e15d2b -r 7b66c13e112f etc/Makefile.params
--- a/etc/Makefile.params       Sun Jan 08 17:12:21 2017 +0000
+++ b/etc/Makefile.params       Sun Jan 08 17:39:08 2017 +0000
@@ -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 @@
                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 @@
                RELEASEDIR RELEASEMACHINEDIR TOOLDIR USR_OBJMACHINE X11SRCDIR
 .endif
 
+RELEASEVARS+= ${_MKVARS.yes} ${_MKVARS.no}
 
 #
 # Duplicate the DISTRIBVER setting from src/etc/Makefile.



Home | Main Index | Thread Index | Old Index