Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets use ${MAKESUMS} from ../Makefile.inc



details:   https://anonhg.NetBSD.org/src/rev/5cfd6ecb9758
branches:  trunk
changeset: 525419:5cfd6ecb9758
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 11 06:11:10 2002 +0000

description:
use ${MAKESUMS} from ../Makefile.inc

diffstat:

 distrib/sets/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 0c22e9f3eca3 -r 5cfd6ecb9758 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Thu Apr 11 06:04:42 2002 +0000
+++ b/distrib/sets/Makefile     Thu Apr 11 06:11:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2002/03/31 15:49:58 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.11 2002/04/11 06:11:10 lukem Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -6,10 +6,11 @@
        @false
 
 .include <bsd.own.mk>
+.include "${_SRC_TOP_}/distrib/Makefile.inc"
 
 SETSENV=       DESTDIR=${DESTDIR:Q} \
                MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \
-               CKSUM=${CKSUM:Q} MAKE=${MAKE:Q} MTREE=${MTREE:Q} PAX=${PAX:Q} 
+               MAKE=${MAKE:Q} MTREE=${MTREE:Q} PAX=${PAX:Q} 
 
 print_machine: .PHONY
        @echo ${MACHINE}
@@ -56,7 +57,7 @@
 
 .PRECIOUS: makesums
 makesums: check_RELEASEDIR
-       ${SETSENV} sh ${.CURDIR}/makesums -t ${RELEASEDIR}/binary/sets
+       ${SETSENV} ${MAKESUMS} -t ${RELEASEDIR}/binary/sets
 
 #
 # MAIN ENTRY POINTS



Home | Main Index | Thread Index | Old Index