Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Provide appropriate no-op defaults for _MK* macros, ...
details: https://anonhg.NetBSD.org/src/rev/de40d72c0c69
branches: trunk
changeset: 555523:de40d72c0c69
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Nov 20 07:08:02 2003 +0000
description:
Provide appropriate no-op defaults for _MK* macros, in case <bsd.own.mk>
is too old.
diffstat:
sys/conf/Makefile.kern.inc | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r f5a9c18f8ad9 -r de40d72c0c69 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Thu Nov 20 06:35:09 2003 +0000
+++ b/sys/conf/Makefile.kern.inc Thu Nov 20 07:08:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.45 2003/11/17 09:39:29 lukem Exp $
+# $NetBSD: Makefile.kern.inc,v 1.46 2003/11/20 07:08:02 lukem Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -31,6 +31,13 @@
MKID?= mkid
.MAKEOVERRIDES+=USETOOLS # make sure proper value is propagated
+_MKMSG?= @\#
+_MKSHMSG?= : echo
+_MKSHECHO?= : echo
+_MKMSG_CREATE?= :
+_MKTARGET_COMPILE?= :
+_MKTARGET_CREATE?= :
+
##
## (1) port independent source tree identification
##
Home |
Main Index |
Thread Index |
Old Index