Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets call maketars with ${MAKETARSETS}; if empty (de...



details:   https://anonhg.NetBSD.org/src/rev/71bf10367c1b
branches:  trunk
changeset: 525583:71bf10367c1b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Apr 13 12:38:31 2002 +0000

description:
call maketars with ${MAKETARSETS}; if empty (default), all sets are built

diffstat:

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

diffs (18 lines):

diff -r 17b9bef1eff6 -r 71bf10367c1b distrib/sets/Makefile
--- a/distrib/sets/Makefile     Sat Apr 13 12:08:46 2002 +0000
+++ b/distrib/sets/Makefile     Sat Apr 13 12:38:31 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2002/04/11 06:11:10 lukem Exp $
+#      $NetBSD: Makefile,v 1.12 2002/04/13 12:38:31 lukem Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -53,7 +53,7 @@
 .PRECIOUS: maketars
 maketars: check_DESTDIR check_RELEASEDIR
        ${SETSENV} sh ${.CURDIR}/maketars ${UNPRIVED:D-M ${METALOG}} \
-               -d ${DESTDIR} -t ${RELEASEDIR}/binary/sets
+               -d ${DESTDIR} -t ${RELEASEDIR}/binary/sets ${MAKETARSETS}
 
 .PRECIOUS: makesums
 makesums: check_RELEASEDIR



Home | Main Index | Thread Index | Old Index