Changeset 6772 in vbox
- Timestamp:
- Feb 3, 2008 10:01:11 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27862
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r6752 r6772 84 84 $(IDLTYPELIB) 85 85 86 endif87 88 # Include sub-makefile(s) last if we're not doing parallel building.89 ifeq ($(KMK_OPTS_JOBS),1)90 ifndef VBOX_OSE91 include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk92 endif93 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk94 86 endif 95 87 … … 534 526 endif 535 527 536 # generate 528 529 # 530 # Include sub-makefile(s) last if we're not doing parallel building. 531 # 532 # We do this here so that the webservices ends up last in the target 533 # lists. For 100% correctness we must do this after all the main 534 # targets has been fully fleshed out as subheader/footer.kmk will 535 # process new targets. 536 # 537 ifeq ($(KMK_OPTS_JOBS),1) 538 ifndef VBOX_OSE 539 include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk 540 endif 541 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 542 endif 543 544 # generate rules 537 545 include $(PATH_KBUILD)/subfooter.kmk 538 546
Note:
See TracChangeset
for help on using the changeset viewer.