Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 06/10/2000 14:44:10
Module Name:	basesrc
Committed By:	mycroft
Date:		Sat Jun 10 21:44:09 UTC 2000

Modified Files:
	basesrc/usr.bin/make: make.c make.h parse.c suff.c

Log Message:
Introduce an OP_MARK bit, and use it to suppress duplicates during .ALLSRC
and .USE expansion.  Also, remove some more Lst_Member() checks that are now
redundant.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 basesrc/usr.bin/make/make.c
cvs rdiff -r1.26 -r1.27 basesrc/usr.bin/make/make.h
cvs rdiff -r1.49 -r1.50 basesrc/usr.bin/make/parse.c
cvs rdiff -r1.28 -r1.29 basesrc/usr.bin/make/suff.c

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