VirtualBox

Changeset 13547 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Oct 23, 2008 10:17:58 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38407
Message:

Makefiles: Eliminated a handful of places where we create extremely long dependencies, delaying these to second expansion in order to save strcache memory and time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/Makefile.kmk

    r12989 r13547  
    209209# We don't want any of the tests rules to run in parallel because the
    210210# output will be difficult to follow. Abusing VBOX_DISAS_TEST_CLEAN here...
    211 .NOTPARALLEL: $(VBOX_DISAS_TEST_CLEAN)
     211.NOTPARALLEL: $$(VBOX_DISAS_TEST_CLEAN)
    212212
    213213
     
    220220# Aliases for use till kBuild gets updated.
    221221.PHONY: check test
    222 check test: $(TESTING)
     222check test: $$(TESTING)
    223223
    224224
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette