Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets add MKTEMP=${TOOL_MKTEMP:Q} to SETSENV
details: https://anonhg.NetBSD.org/src/rev/b466051370c2
branches: trunk
changeset: 552680:b466051370c2
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Sep 30 04:58:20 2003 +0000
description:
add MKTEMP=${TOOL_MKTEMP:Q} to SETSENV
diffstat:
distrib/sets/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5da67efe1dea -r b466051370c2 distrib/sets/Makefile
--- a/distrib/sets/Makefile Tue Sep 30 04:20:24 2003 +0000
+++ b/distrib/sets/Makefile Tue Sep 30 04:58:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/09/21 19:26:02 tron Exp $
+# $NetBSD: Makefile,v 1.31 2003/09/30 04:58:20 lukem Exp $
# The `all' target must appear before bsd.own.mk is pulled in.
all:
@@ -11,7 +11,7 @@
SETSENV= DESTDIR=${DESTDIR:Q} \
MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \
CKSUM=${TOOL_CKSUM:Q} MAKE=${MAKE:Q} MTREE=${TOOL_MTREE:Q} \
- PAX=${TOOL_PAX:Q}
+ MKTEMP=${TOOL_MKTEMP:Q} PAX=${TOOL_PAX:Q}
print_have_gcc3:
@echo ${HAVE_GCC3}
Home |
Main Index |
Thread Index |
Old Index