Source-Changes-HG archive

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

[src/trunk]: src/share/mk add MKDIRPERM



details:   https://anonhg.NetBSD.org/src/rev/74e45b4233b8
branches:  trunk
changeset: 821600:74e45b4233b8
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 10 16:46:55 2017 +0000

description:
add MKDIRPERM

diffstat:

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

diffs (17 lines):

diff -r 39c495d42f05 -r 74e45b4233b8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Feb 10 16:44:55 2017 +0000
+++ b/share/mk/bsd.own.mk       Fri Feb 10 16:46:55 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1004 2017/02/10 16:44:55 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1005 2017/02/10 16:46:55 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -719,6 +719,7 @@
 DEBUGMODE?=    ${NONBINMODE}
 
 MKDIRMODE?=    0755
+MKDIRPERM?=    -m ${MKDIRMODE}
 
 #
 # Data-driven table using make variables to control how



Home | Main Index | Thread Index | Old Index