Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Set CKSUM in the environment when calling makes...



details:   https://anonhg.NetBSD.org/src/rev/a02ad51fc99f
branches:  trunk
changeset: 524839:a02ad51fc99f
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Mar 31 15:49:20 2002 +0000

description:
Set CKSUM in the environment when calling makesums.

diffstat:

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

diffs (18 lines):

diff -r 57676e8d8ba1 -r a02ad51fc99f distrib/sets/Makefile
--- a/distrib/sets/Makefile     Sun Mar 31 15:17:58 2002 +0000
+++ b/distrib/sets/Makefile     Sun Mar 31 15:49:20 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2002/03/22 23:15:32 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 2002/03/31 15:49:20 bjh21 Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -13,7 +13,7 @@
 
 SETSENV=       DESTDIR=${DESTDIR:Q} \
                MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \
-               MAKE=${MAKE:Q} MTREE=${MTREE:Q} PAX=${PAX:Q} 
+               CKSUM=${CKSUM:Q} MAKE=${MAKE:Q} MTREE=${MTREE:Q} PAX=${PAX:Q} 
 
 print_machine: .PHONY
        @echo ${MACHINE}



Home | Main Index | Thread Index | Old Index