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 Pull up revision 1.11 (requested by abs i...



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

description:
Pull up revision 1.11 (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/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 40079d84c5de -r 57880bef4588 distrib/utils/Makefile.inc
--- a/distrib/utils/Makefile.inc        Thu Jun 17 08:30:21 2004 +0000
+++ b/distrib/utils/Makefile.inc        Thu Jun 17 08:30:26 2004 +0000
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.10 2003/09/19 16:29:21 martin Exp $
+# $NetBSD: Makefile.inc,v 1.10.2.1 2004/06/17 08:30:26 tron Exp $
 # utils one might want in a crunched binary
 
+.if !defined(NOTINCRUNCHED)
 LDSTATIC=      -static         # only static compilation makes sense here
 
 install: .NOTMAIN .MADE
+.endif



Home | Main Index | Thread Index | Old Index