Source-Changes-HG archive

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

[src/netbsd-2-0]: src/share/mk Pull up revision 1.113 (requested by abs in ti...



details:   https://anonhg.NetBSD.org/src/rev/d4901f6e2711
branches:  netbsd-2-0
changeset: 561417:d4901f6e2711
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 08:09:38 2004 +0000

description:
Pull up revision 1.113 (requested by abs in ticket #497):
Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.

diffstat:

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

diffs (17 lines):

diff -r 38206b799f1b -r d4901f6e2711 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Thu Jun 17 08:06:25 2004 +0000
+++ b/share/mk/bsd.sys.mk       Thu Jun 17 08:09:38 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.111 2004/01/27 03:31:48 lukem Exp $
+#      $NetBSD: bsd.sys.mk,v 1.111.2.1 2004/06/17 08:09:38 tron Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -132,6 +132,7 @@
 TOOL_RPCGEN?=          rpcgen
 TOOL_SOELIM?=          soelim
 TOOL_STAT?=            stat
+TOOL_SPARKCRC?=                sparkcrc
 TOOL_SUNLABEL?=                sunlabel
 TOOL_TBL?=             tbl
 TOOL_UUDECODE?=                uudecode



Home | Main Index | Thread Index | Old Index