VirtualBox

Changeset 10268 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 5, 2008 6:22:21 AM (16 years ago)
Author:
vboxsync
Message:

Dropped the non-working webservices hack; just include sub-makefiles first like eveywhere else.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r10245 r10268  
    2727include $(KBUILD_PATH)/subheader.kmk
    2828
    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).
     30ifdef VBOX_WITH_WEBSERVICES
     31include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk
     32endif
     33include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
    3834
    3935# targets++
     
    571567
    572568
    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 target
    577 # lists. For 100% correctness we must do this after all the main
    578 # targets has been fully fleshed out as subheader/footer.kmk will
    579 # process new targets.
    580 #
    581 ifeq ($(KMK_OPTS_JOBS),1)
    582  ifdef VBOX_WITH_WEBSERVICES
    583   include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk
    584  endif
    585  include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
    586 endif
    587 
    588 
    589569
    590570
Note: See TracChangeset for help on using the changeset viewer.

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