blob: 09e530d6f13aea2544f7d0ecdfe2e3e7c3325eb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
make: directive-ifmake.mk:14: ok: positive condition works
make: directive-ifmake.mk:26: ok: negation works
make: directive-ifmake.mk:36: ok: double negation works
make: directive-ifmake.mk:44: ok: both mentioned
make: directive-ifmake.mk:52: ok: only those mentioned
make: directive-ifmake.mk:63: Targets can even be added at parse time.
make: directive-ifmake.mk:82: ok
: first
: second
: late-target
make: don't know how to make !edge (continuing)
Stop.
make: stopped making "first second late-target !edge" in unit-tests
exit status 1
|