]> git.ipfire.org Git - thirdparty/make.git/commit
[Bug #39310] Parse simple pattern prereqs for globbing.
authorPaul Smith <psmith@gnu.org>
Mon, 22 Jul 2013 06:19:13 +0000 (02:19 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 22 Jul 2013 06:23:02 +0000 (02:23 -0400)
commit40a49f244da5b417af8bede84ac221cee2318d88
tree375c8261aad11579344b11fabba4a74adef327ca
parent87ac68fe79a2e3b0d149135d40d8cbc5500024af
[Bug #39310] Parse simple pattern prereqs for globbing.

We tried to get some efficiency by avoiding a parse_file_seq() for simple
pattern prerequisites, but this also means no wildcard expansion was
happening, so add it back.  Add regression tests for wildcards in target and
prerequisite lists.
ChangeLog
default.c
dep.h
file.c
implicit.c
main.c
read.c
rule.c
tests/ChangeLog
tests/scripts/features/rule_glob [new file with mode: 0644]