Tue Dec 1 09:11:45 2009 UTC ()
Pass ${TOOL_PKG_CREATE} to scripts for syspkg creation.


(uebayasi)
diff -r1.71 -r1.72 src/distrib/sets/Makefile

cvs diff -r1.71 -r1.72 src/distrib/sets/Makefile (expand / switch to unified diff)

--- src/distrib/sets/Makefile 2009/11/30 16:13:23 1.71
+++ src/distrib/sets/Makefile 2009/12/01 09:11:45 1.72
@@ -1,35 +1,36 @@ @@ -1,35 +1,36 @@
1# $NetBSD: Makefile,v 1.71 2009/11/30 16:13:23 uebayasi Exp $ 1# $NetBSD: Makefile,v 1.72 2009/12/01 09:11:45 uebayasi Exp $
2 2
3# The `all' target must appear before bsd.own.mk is pulled in. 3# The `all' target must appear before bsd.own.mk is pulled in.
4all: 4all:
5 @echo "Please understand what you are doing, first." 5 @echo "Please understand what you are doing, first."
6 @false 6 @false
7 7
8.include <bsd.own.mk> 8.include <bsd.own.mk>
9.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 9.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
10GREP?= grep 10GREP?= grep
11 11
12SETSCMD= cd ${.CURDIR} && \ 12SETSCMD= cd ${.CURDIR} && \
13 DESTDIR=${DESTDIR:Q} \ 13 DESTDIR=${DESTDIR:Q} \
14 MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \ 14 MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \
15 AWK=${TOOL_AWK:Q} \ 15 AWK=${TOOL_AWK:Q} \
16 CKSUM=${TOOL_CKSUM:Q} \ 16 CKSUM=${TOOL_CKSUM:Q} \
17 DB=${TOOL_DB:Q} \ 17 DB=${TOOL_DB:Q} \
18 HOST_SH=${HOST_SH:Q} \ 18 HOST_SH=${HOST_SH:Q} \
19 MAKE=${MAKE:Q} \ 19 MAKE=${MAKE:Q} \
20 MKTEMP=${TOOL_MKTEMP:Q} \ 20 MKTEMP=${TOOL_MKTEMP:Q} \
21 MTREE=${TOOL_MTREE:Q} \ 21 MTREE=${TOOL_MTREE:Q} \
22 PAX=${TOOL_PAX:Q} \ 22 PAX=${TOOL_PAX:Q} \
 23 PKG_CREATE=${TOOL_PKG_CREATE:Q} \
23 SED=${TOOL_SED:Q} \ 24 SED=${TOOL_SED:Q} \
24 TSORT=${TSORT:Q} \ 25 TSORT=${TSORT:Q} \
25 ${HOST_SH} 26 ${HOST_SH}
26 27
27MAKETARS_FLAGS= 28MAKETARS_FLAGS=
28.if ${MKX11} != "no" 29.if ${MKX11} != "no"
29MAKESRCTARS_X11_FLAGS= -x ${X11SRCDIR} 30MAKESRCTARS_X11_FLAGS= -x ${X11SRCDIR}
30.endif 31.endif
31.if ${MKEXTSRC} != "no" 32.if ${MKEXTSRC} != "no"
32MAKESRCTARS_EXTSRC_FLAGS= -y ${EXTSRCSRCDIR} 33MAKESRCTARS_EXTSRC_FLAGS= -y ${EXTSRCSRCDIR}
33.endif 34.endif
34.if ${MKX11} != "no" 35.if ${MKX11} != "no"
35MAKEFLIST_X11_FLAGS= ,x 36MAKEFLIST_X11_FLAGS= ,x