]> git.ipfire.org Git - thirdparty/automake.git/commit
* lib/Automake/Condition.pm (strip): Replace loop with 'grep'.
authorRaja R Harinath <harinath@acm.org>
Tue, 12 Aug 2003 23:32:59 +0000 (23:32 +0000)
committerRaja R Harinath <harinath@acm.org>
Tue, 12 Aug 2003 23:32:59 +0000 (23:32 +0000)
commit206ac50a2a2a6a66b090eba7a32c667caf821add
tree5f73e635427615a71becd9b1f54250f747a34bae
parentc5548fdc28d66ad8894a5c3e13f8a74cd2f6234a
* lib/Automake/Condition.pm (strip): Replace loop with 'grep'.
(not): Replace loop with 'map'.
* lib/Automake/DisjConditions.pm (sub_conditions): Likewise.
* lib/Automake/Item.pm (not_alwasy_defined_in_cond):
Don't 'simplify' result of 'invert', since it's already in
canonical form.
* lib/Automake/Rule.pm (define): Replace loop with
'not_always_defined_in_cond'.
ChangeLog
lib/Automake/Condition.pm
lib/Automake/DisjConditions.pm
lib/Automake/Item.pm
lib/Automake/Rule.pm