Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/utils/sparkcrc Pull up revision 1.2 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/40079d84c5de
branches:  netbsd-2-0
changeset: 561428:40079d84c5de
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 08:30:21 2004 +0000

description:
Pull up revision 1.2 (requested by abs in ticket #497):
Define and use NOTINCRUNCHED to allow sparkcrc to overide the ../Makefile.inc
default of building static and not allowing install. Now we can build it as
a tool.

diffstat:

 distrib/utils/sparkcrc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r b33b7abb78ec -r 40079d84c5de distrib/utils/sparkcrc/Makefile
--- a/distrib/utils/sparkcrc/Makefile   Thu Jun 17 08:28:44 2004 +0000
+++ b/distrib/utils/sparkcrc/Makefile   Thu Jun 17 08:30:21 2004 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.2.2.2 2004/06/17 08:03:09 tron Exp $
+#      $NetBSD: Makefile,v 1.2.2.3 2004/06/17 08:30:21 tron Exp $
 
 PROG=  sparkcrc
 NOMAN= # defined
+NOTINCRUNCHED = # defined
 
 WARNS= 2
 



Home | Main Index | Thread Index | Old Index