Source-Changes-HG archive

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

[src/trunk]: src/share/mk Let MKARZERO default to the same value as MKREPRO, ...



details:   https://anonhg.NetBSD.org/src/rev/5791b9867649
branches:  trunk
changeset: 325962:5791b9867649
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Jan 14 11:31:01 2014 +0000

description:
Let MKARZERO default to the same value as MKREPRO, so callers
can set MKREPRO=yes and automatically get MKARZERO=yes.

diffstat:

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

diffs (18 lines):

diff -r 866a827a8bda -r 5791b9867649 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Tue Jan 14 11:14:27 2014 +0000
+++ b/share/mk/bsd.lib.mk       Tue Jan 14 11:31:01 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.344 2013/12/16 21:34:16 matt Exp $
+#      $NetBSD: bsd.lib.mk,v 1.345 2014/01/14 11:31:01 apb Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -518,7 +518,7 @@
 
 realall: ${SRCS} ${ALLOBJS:O} ${_LIBS} ${_LIB.so.debug}
 
-MKARZERO?=no
+MKARZERO?= ${MKREPRO:Uno}
 
 .if ${MKARZERO} == "yes"
 _ARFL=crsD



Home | Main Index | Thread Index | Old Index