|
|
|
|
|
by dwheeler
1416 days ago
|
|
Sadly, the POSIX specification for "make" is notoriously limited. They only spec'ed what everyone could agree on, and that wasn't much. I'm sure there are cases where a make that only implements the POSIX spec is fine.. and if this is useful, great!! However, many projects that use "make" will outgrow it. I think many people just assume GNU make when they use a make; GNU make has lots of additional capabilities that turn out to be useful, and it runs practically everywhere. Your mileage may vary. |
|
The extensions listed cover most of what I'm currently missing from posix make.