diff options
author | Andrew Tunnell-Jones <andrew@tj.id.au> | 2011-05-26 09:20:45 +0000 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-05-28 15:31:51 +0200 |
commit | aef6c70f598cf4cd1414bf5d4284e536f450a21a (patch) | |
tree | 2e588b3a8594ec34ea5af986a99c104e3ba7f90b /src/rebar.erl | |
parent | cb188366ee6e31e332c8b9c9ee64d51521b29876 (diff) |
Change arch-specific port_sources to take a list
Change the second parameter of a regex tagged port_source from being a
filename or wildcard to being a list of filenames or wildcards.
Previously: {"R14", "c_src/*.c"}
Now: {"R14", ["c_src/*.c"]}
Motivation for change is to avoid repeating regexes.
Diffstat (limited to 'src/rebar.erl')
0 files changed, 0 insertions, 0 deletions