Source-Changes-HG archive

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

[src/trunk]: src/share/mk use osrelease -k to avoid that the path is 6.0_BETA



details:   https://anonhg.NetBSD.org/src/rev/7e267f498a52
branches:  trunk
changeset: 777380:7e267f498a52
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 16 23:58:15 2012 +0000

description:
use osrelease -k to avoid that the path is 6.0_BETA

diffstat:

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

diffs (18 lines):

diff -r 26bb45216c36 -r 7e267f498a52 share/mk/bsd.kmodule.mk
--- a/share/mk/bsd.kmodule.mk   Thu Feb 16 23:56:57 2012 +0000
+++ b/share/mk/bsd.kmodule.mk   Thu Feb 16 23:58:15 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.kmodule.mk,v 1.33 2011/09/11 18:38:03 mbalmer Exp $
+#      $NetBSD: bsd.kmodule.mk,v 1.34 2012/02/16 23:58:15 christos Exp $
 
 # We are not building this with PIE
 MKPIE=no
@@ -85,7 +85,7 @@
 ##### Install rules
 .if !target(kmodinstall)
 .if !defined(KMODULEDIR)
-_OSRELEASE!=   ${HOST_SH} $S/conf/osrelease.sh
+_OSRELEASE!=   ${HOST_SH} $S/conf/osrelease.sh -k
 # Ensure these are recorded properly in METALOG on unprived installes:
 KMODULEARCHDIR?= ${MACHINE}
 _INST_DIRS=    ${DESTDIR}/stand/${KMODULEARCHDIR}



Home | Main Index | Thread Index | Old Index