Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.acorn26 Fix up makesums line to use ${MAKESUMS} and ...



details:   https://anonhg.NetBSD.org/src/rev/223ad1e075ce
branches:  trunk
changeset: 524893:223ad1e075ce
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Apr 01 19:12:16 2002 +0000

description:
Fix up makesums line to use ${MAKESUMS} and the correct directory.

diffstat:

 etc/etc.acorn26/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 68a8bee6c5ab -r 223ad1e075ce etc/etc.acorn26/Makefile.inc
--- a/etc/etc.acorn26/Makefile.inc      Mon Apr 01 18:07:10 2002 +0000
+++ b/etc/etc.acorn26/Makefile.inc      Mon Apr 01 19:12:16 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.2 2002/03/31 16:02:30 bjh21 Exp $
+#      $NetBSD: Makefile.inc,v 1.3 2002/04/01 19:12:16 bjh21 Exp $
 #
 #      etc.acorn26/Makefile.inc -- acorn26-specific etc Makefile targets
 #
@@ -18,4 +18,4 @@
        cp -p ${DESTDIR}/usr/mdec/boot26,ffa ${RELEASEDIR}/installation/misc/.
 
        # compute checksums
-       sh ${.CURDIR}/../distrib/sets/makesums -t ${RELEASEDIR}/installation '*'
+       ${MAKESUMS} -t ${RELEASEDIR}/installation/misc 'boot26,ffa'



Home | Main Index | Thread Index | Old Index