Source-Changes-HG archive

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

[src/netbsd-2-0]: src/tools/sparkcrc Pull up revision 1.1 (requested by abs i...



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

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

diffstat:

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

diffs (10 lines):

diff -r 9e7a8638fb6f -r 38206b799f1b tools/sparkcrc/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/sparkcrc/Makefile   Thu Jun 17 08:06:25 2004 +0000
@@ -0,0 +1,6 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2004/06/17 08:06:25 tron Exp $
+
+HOSTPROGNAME=  ${_TOOL_PREFIX}sparkcrc
+HOST_SRCDIR=   distrib/utils/sparkcrc
+
+.include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index