FreeBSD-Date: 2005/03/18 15:23:49
authorMax Okumoto <okumoto@dragonflybsd.org>
Fri, 18 Mar 2005 22:12:47 +0000 (22:12 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Fri, 18 Mar 2005 22:12:47 +0000 (22:12 +0000)
commit0515f7ac2617e97b2757c3d8dc60b7dc8ebe536c
treef0ab7cfec07a80cfb898eb727de6dc5a5ee413fb
parentc6873906b7cf6b95763c2c07d03f7a9b81feda28
FreeBSD-Date: 2005/03/18 15:23:49
FreeBSD-Date: 2005/03/18 15:25:23
Author: harti

o Replace a bogus use of Lst_Find with explicite LST_FOREACH calls
  and remove the unneeded second argument to ReadMakefile.

o Replace Lst_Find calls with LST_FOREACH loops. This helps in
  constification and simplifies the code because the one-liner
  predicates can be inlined into the code.
usr.bin/make/cond.c
usr.bin/make/job.c
usr.bin/make/main.c