Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 11/11/2006 21:23:36
Module Name: src
Committed By: dsl
Date: Sat Nov 11 21:23:36 UTC 2006
Modified Files:
src/usr.bin/make: lst.h
src/usr.bin/make/lst.lib: Makefile lstForEach.c lstForEachFrom.c
Log Message:
Return the non-zero value that caused the Lst_ForEach[From] call to
terminate early to the caller.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.bin/make/lst.h
cvs rdiff -r1.5 -r1.6 src/usr.bin/make/lst.lib/Makefile
cvs rdiff -r1.11 -r1.12 src/usr.bin/make/lst.lib/lstForEach.c
cvs rdiff -r1.12 -r1.13 src/usr.bin/make/lst.lib/lstForEachFrom.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.