diff options
Diffstat (limited to 'contrib/bmake/unit-tests/directive-ifmake.exp')
-rw-r--r-- | contrib/bmake/unit-tests/directive-ifmake.exp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/bmake/unit-tests/directive-ifmake.exp b/contrib/bmake/unit-tests/directive-ifmake.exp index bf4ded97911f..09e530d6f13a 100644 --- a/contrib/bmake/unit-tests/directive-ifmake.exp +++ b/contrib/bmake/unit-tests/directive-ifmake.exp @@ -1,15 +1,15 @@ -make: "directive-ifmake.mk" line 13: ok: positive condition works -make: "directive-ifmake.mk" line 24: ok: negation works -make: "directive-ifmake.mk" line 33: ok: double negation works -make: "directive-ifmake.mk" line 40: ok: both mentioned -make: "directive-ifmake.mk" line 47: ok: only those mentioned -make: "directive-ifmake.mk" line 57: Targets can even be added at parse time. -make: "directive-ifmake.mk" line 75: ok +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 in unit-tests +make: stopped making "first second late-target !edge" in unit-tests exit status 1 |