Source-Changes-HG archive

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

[src/trunk]: src/share/mk Default MKREPRO to "no", so that the tests in stand...



details:   https://anonhg.NetBSD.org/src/rev/a3d3dd6ac0aa
branches:  trunk
changeset: 761352:a3d3dd6ac0aa
user:      he <he%NetBSD.org@localhost>
date:      Tue Jan 25 10:28:56 2011 +0000

description:
Default MKREPRO to "no", so that the tests in stand/ etc. don't need
to add ":Uno" to the variable expansion inside the test to avoid errors
from nbmake.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 27e772f7fc3e -r a3d3dd6ac0aa share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Jan 25 08:19:39 2011 +0000
+++ b/share/mk/bsd.own.mk       Tue Jan 25 10:28:56 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.647 2011/01/18 08:31:18 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.648 2011/01/25 10:28:56 he Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -751,6 +751,7 @@
        MKMANDOC MKMANZ MKOBJDIRS \
        MKPCC MKPCCCMDS \
        MKPIGZGZIP \
+       MKREPRO \
        MKSOFTFLOAT MKSTRIPIDENT \
        MKUNPRIVED MKUPDATE MKX11 MKZFS
 .for var in ${_MKVARS.no}



Home | Main Index | Thread Index | Old Index