fabriquer / fabrique

A build description language
Other
3 stars 1 forks source link

Recursive "is a target" logic #36

Closed trombonehero closed 9 years ago

trombonehero commented 9 years ago

We need to do more than one level of "are the contents of this list a target" checking (see commit f48fd0a).

When we have targets gathered together in a list of lists, e.g., all:list[list[file]] = [ objects documentation ], we would like make all to build everything. This requires recursive "is a target" checking that we don't currently don't do.

trombonehero commented 9 years ago

Resolved by commit 3707296.