|
|
|
|
|
by dale_glass
1453 days ago
|
|
The style looks extremely similar to make, in which case it needs a good explanation of what makes it better. It even seems to copy make's syntax, which IMO is a missed opportunity. One of the issues with Make is that the syntax is clever until you need to invoke multiple lines of shell script, like a loop. Then the tab-based cleverness becomes a pain. |
|
Plus, it is an order of a magnitude faster than Make. All in all, I don't agree with the fact that it's syntax is similar to Make. Well for one thing it has legible special variable names like 'out' and 'dep'.
So yes, while it is a low level build system, it is an improvement over Make in terms of syntax and speed.