This only works with gmake obviously.
This commit is contained in:
parent
01064e427c
commit
30d130e877
1 changed files with 5 additions and 0 deletions
|
@ -51,3 +51,8 @@ Put your SUBDIRS before your include lines. You really are supposed to do this
|
|||
buildsys *anyway*, but for some reason it sometimes lets you put it after the fact.
|
||||
|
||||
My fork does not let you do that as SUBDIRS are turned into make tasks.
|
||||
|
||||
#### It doesn't work with FreeBSD make, NetBSD make, or some other non-GNU make
|
||||
|
||||
Sorry, but in order to avoid using the shell unnecessarily, we have to depend on
|
||||
GNU-make specific behaviour. Use gmake instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue