Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 12/20/2006 20:46:36
Module Name: src
Committed By: dsl
Date: Wed Dec 20 20:46:36 UTC 2006
Modified Files:
src/usr.bin/make: make.c make.h targ.c
Log Message:
Fix detection and reporting of dependency loops in parallel makes.
make's unit_tests should now run again.
To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/usr.bin/make/make.c
cvs rdiff -r1.65 -r1.66 src/usr.bin/make/make.h
cvs rdiff -r1.47 -r1.48 src/usr.bin/make/targ.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.