Source-Changes-HG archive

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

[src/netbsd-2-0]: src/tools Pull up revision 1.82 (requested by abs in ticket...



details:   https://anonhg.NetBSD.org/src/rev/9e7a8638fb6f
branches:  netbsd-2-0
changeset: 561415:9e7a8638fb6f
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 08:06:20 2004 +0000

description:
Pull up revision 1.82 (requested by abs in ticket #497):
Add sparkcrc (used to generate checksums for acorn32 bootloader sparkive)
as a host tool.

diffstat:

 tools/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 56addcb20fb3 -r 9e7a8638fb6f tools/Makefile
--- a/tools/Makefile    Thu Jun 17 08:03:09 2004 +0000
+++ b/tools/Makefile    Thu Jun 17 08:06:20 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.81 2004/01/03 14:04:27 lukem Exp $
+#      $NetBSD: Makefile,v 1.81.2.1 2004/06/17 08:06:20 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -60,6 +60,10 @@
 SUBDIR+=       sgivol
 .endif
 
+.if ${MACHINE} == "acorn32"
+SUBDIR+=       sparkcrc
+.endif
+
 .if (${MACHINE} == "sparc" || ${MACHINE} == "sparc64")
 SUBDIR+=       fgen
 .endif



Home | Main Index | Thread Index | Old Index