Source-Changes-HG archive

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

[src/trunk]: src/share/mk Provide defaults for MDSETIMAGE and CRUNCHGEN.



details:   https://anonhg.NetBSD.org/src/rev/18a510c35b86
branches:  trunk
changeset: 517382:18a510c35b86
user:      tv <tv%NetBSD.org@localhost>
date:      Sun Nov 11 21:41:00 2001 +0000

description:
Provide defaults for MDSETIMAGE and CRUNCHGEN.

diffstat:

 share/mk/bsd.sys.mk |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 709f088d3488 -r 18a510c35b86 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Sun Nov 11 21:40:05 2001 +0000
+++ b/share/mk/bsd.sys.mk       Sun Nov 11 21:41:00 2001 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: bsd.sys.mk,v 1.57 2001/11/01 07:27:35 lukem Exp $
+#      $NetBSD: bsd.sys.mk,v 1.58 2001/11/11 21:41:00 tv Exp $
 #
-# Overrides used for NetBSD source tree builds.
+# Build definitions used for NetBSD source tree builds.
 
 .if defined(WARNS)
 .if ${WARNS} > 0
@@ -51,10 +51,12 @@
 HOST_LD?=      ld
 HOST_LDFLAGS?=
 
+CONFIG?=       config
+CRUNCHGEN?=    crunchgen
 OBJCOPY?=      objcopy
+RPCGEN?=       rpcgen
 STRIP?=                strip
-CONFIG?=       config
-RPCGEN?=       rpcgen
+MDSETIMAGE?=   mdsetimage
 MKLOCALE?=     mklocale
 MTREE?=                mtree
 



Home | Main Index | Thread Index | Old Index