Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/14/1999 20:59:46
Module Name: basesrc
Committed By: mycroft
Date: Wed Sep 15 03:59:45 UTC 1999
Modified Files:
basesrc/usr.bin/make: suff.c
Log Message:
Avoid using Lst_Member() in SuffExpandChildren(), by avoiding Lst_ForEach() and
passing in the LstNode of the child being inspected. Shaves off another few %,
particularly when there are long child lists containing $ expansions (e.g. in
libc).
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 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.