Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/distrib/sets Pull up revision 1.4 (requested by lukem):
details: https://anonhg.NetBSD.org/src/rev/93fa423c006f
branches: netbsd-1-6
changeset: 528581:93fa423c006f
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Jul 23 09:16:20 2002 +0000
description:
Pull up revision 1.4 (requested by lukem):
set MAKE="${MAKE:-make} -j 1" to prevent problems where the output
of make -j N>1 would result in junk in various shell variables
diffstat:
distrib/sets/makesums | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r dc9e65b0aa3b -r 93fa423c006f distrib/sets/makesums
--- a/distrib/sets/makesums Tue Jul 23 09:16:09 2002 +0000
+++ b/distrib/sets/makesums Tue Jul 23 09:16:20 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: makesums,v 1.3 2002/03/31 15:17:58 bjh21 Exp $
+# $NetBSD: makesums,v 1.3.2.1 2002/07/23 09:16:20 lukem Exp $
#
# Make checksum files for files in ``tardir''. Usage:
# makesums [-t tardir] [ -all ] [setname ...]
@@ -19,7 +19,6 @@
# set defaults
: ${CKSUM=cksum}
-: ${MAKE=make} # XXX: what purpose does this serve??
tars=$RELEASEDIR
dash_all=no
Home |
Main Index |
Thread Index |
Old Index