Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Make sure the value of MKCOMPATMODULES gets imp...



details:   https://anonhg.NetBSD.org/src/rev/7093aa7c8e7c
branches:  trunk
changeset: 770804:7093aa7c8e7c
user:      he <he%NetBSD.org@localhost>
date:      Wed Nov 02 14:42:43 2011 +0000

description:
Make sure the value of MKCOMPATMODULES gets imported into sets.subr,
so that the "compatmodules" keyword is properly handled when creating
the set lists.  Fixes the build for evbppc.

diffstat:

 distrib/sets/mkvars.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1fddf27c786d -r 7093aa7c8e7c distrib/sets/mkvars.mk
--- a/distrib/sets/mkvars.mk    Wed Nov 02 14:34:09 2011 +0000
+++ b/distrib/sets/mkvars.mk    Wed Nov 02 14:42:43 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mkvars.mk,v 1.5 2011/10/31 08:14:43 mrg Exp $
+# $NetBSD: mkvars.mk,v 1.6 2011/11/02 14:42:43 he Exp $
 
 MKEXTRAVARS= \
        MACHINE \
@@ -13,6 +13,7 @@
        MKMANZ \
        MKBFD \
        MKCOMPAT \
+       MKCOMPATMODULES \
        MKDYNAMICROOT \
        MKMANPAGES \
        MKXORG \



Home | Main Index | Thread Index | Old Index