Changeset 10268 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 5, 2008 6:22:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r10245 r10268 27 27 include $(KBUILD_PATH)/subheader.kmk 28 28 29 # Include sub-makefile(s) first if we're doing parallel building. 30 # This is primarily a hack to try avoid idling all but one cpu when 31 # building the gigant soap sources. 32 ifneq ($(KMK_OPTS_JOBS),1) 33 ifdef VBOX_WITH_WEBSERVICES 34 include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk 35 endif 36 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 37 endif 29 # Include sub-makefile(s). 30 ifdef VBOX_WITH_WEBSERVICES 31 include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk 32 endif 33 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk 38 34 39 35 # targets++ … … 571 567 572 568 573 #574 # Include sub-makefile(s) last if we're not doing parallel building.575 #576 # We do this here so that the webservices ends up last in the target577 # lists. For 100% correctness we must do this after all the main578 # targets has been fully fleshed out as subheader/footer.kmk will579 # process new targets.580 #581 ifeq ($(KMK_OPTS_JOBS),1)582 ifdef VBOX_WITH_WEBSERVICES583 include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk584 endif585 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk586 endif587 588 589 569 590 570
Note:
See TracChangeset
for help on using the changeset viewer.