Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add MKDIRMODE



details:   https://anonhg.NetBSD.org/src/rev/39c495d42f05
branches:  trunk
changeset: 821599:39c495d42f05
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 10 16:44:55 2017 +0000

description:
Add MKDIRMODE

diffstat:

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

diffs (18 lines):

diff -r a44a647d48ce -r 39c495d42f05 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Feb 10 16:43:59 2017 +0000
+++ b/share/mk/bsd.own.mk       Fri Feb 10 16:44:55 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1003 2017/01/18 02:33:25 matt Exp $
+#      $NetBSD: bsd.own.mk,v 1.1004 2017/02/10 16:44:55 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -718,6 +718,8 @@
 DEBUGOWN?=     root
 DEBUGMODE?=    ${NONBINMODE}
 
+MKDIRMODE?=    0755
+
 #
 # Data-driven table using make variables to control how
 # toolchain-dependent targets and shared libraries are built



Home | Main Index | Thread Index | Old Index