Insert .WAIT between maketars and makesums in sets: dependancy.

An explicit makesums: maketars dependancy was not used because a
release engineer might want to regenerate the sums only and not the
tarballs; there's no explicit dependancy tracking here or elsewhere
between the input files and the output tarballs so everything gets
rebuild always.

XXX The existing "maketars" script is also not friendly to parallel
builds -- all of the sets files should be visible to the makefile so
they can be built in parallel.
This commit is contained in:
sommerfeld 2002-04-29 05:02:57 +00:00
parent bf3e3eb4dc
commit dbe42df9af

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 2002/04/26 15:50:46 lukem Exp $
# $NetBSD: Makefile,v 1.14 2002/04/29 05:02:57 sommerfeld Exp $
# The `all' target must appear before bsd.own.mk is pulled in.
all:
@ -63,7 +63,7 @@ makesums: check_RELEASEDIR
# MAIN ENTRY POINTS
#
sets: maketars makesums
sets: maketars .WAIT makesums
@true
.include <bsd.sys.mk>