Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/acorn32/stand Pull up revision 1.15 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/d904ef7d19fd
branches:  netbsd-2-0
changeset: 561421:d904ef7d19fd
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 08:19:22 2004 +0000

description:
Pull up revision 1.15 (requested by abs in ticket #497):
Implement CRC.

diffstat:

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

diffs (17 lines):

diff -r 1d4f027ab8d7 -r d904ef7d19fd distrib/acorn32/stand/Makefile
--- a/distrib/acorn32/stand/Makefile    Thu Jun 17 08:19:17 2004 +0000
+++ b/distrib/acorn32/stand/Makefile    Thu Jun 17 08:19:22 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10.2.4 2004/06/17 07:51:46 tron Exp $
+#      $NetBSD: Makefile,v 1.10.2.5 2004/06/17 08:19:22 tron Exp $
 #
 
 .include <bsd.own.mk>
@@ -21,6 +21,7 @@
            ${RELEASEDIR}/${MACHINE}/installation/misc/
 
 ${ARCHIVE}: tmp/BtNetBSD
+       export TOOL_SPARKCRC=${TOOL_SPARKCRC}; \
        cd tmp/BtNetBSD && ${.CURDIR}/../mksparkive.sh * > ${.OBJDIR}/${ARCHIVE}
 
 UUDECODE_FILES=unixfs_res Sprite banner pling.Sprites pling.Sprites22 MemFix



Home | Main Index | Thread Index | Old Index