Changeset 13547 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Oct 23, 2008 10:17:58 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38407
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/Makefile.kmk
r12989 r13547 209 209 # We don't want any of the tests rules to run in parallel because the 210 210 # output will be difficult to follow. Abusing VBOX_DISAS_TEST_CLEAN here... 211 .NOTPARALLEL: $ (VBOX_DISAS_TEST_CLEAN)211 .NOTPARALLEL: $$(VBOX_DISAS_TEST_CLEAN) 212 212 213 213 … … 220 220 # Aliases for use till kBuild gets updated. 221 221 .PHONY: check test 222 check test: $ (TESTING)222 check test: $$(TESTING) 223 223 224 224
Note:
See TracChangeset
for help on using the changeset viewer.