Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 02/26/2006 22:45:46
Module Name:	src
Committed By:	apb
Date:		Sun Feb 26 22:45:46 UTC 2006

Modified Files:
	src/usr.bin/make: main.c make.1 make.h parse.c targ.c
	src/usr.bin/make/unit-tests: Makefile test.exp
Added Files:
	src/usr.bin/make/unit-tests: dotwait

Log Message:
Make ".WAIT" apply recursively to all children of nodes on the right
hand side of the .WAIT, except when the recursive interpretation would
cause a cycle in the dependency graph.

Discussed in tech-toolchain.  Reviewed by christos, sjg.


To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 src/usr.bin/make/main.c
cvs rdiff -r1.121 -r1.122 src/usr.bin/make/make.1
cvs rdiff -r1.57 -r1.58 src/usr.bin/make/make.h
cvs rdiff -r1.109 -r1.110 src/usr.bin/make/parse.c
cvs rdiff -r1.41 -r1.42 src/usr.bin/make/targ.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/make/unit-tests/Makefile
cvs rdiff -r0 -r1.1 src/usr.bin/make/unit-tests/dotwait
cvs rdiff -r1.16 -r1.17 src/usr.bin/make/unit-tests/test.exp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.