VirtualBox

Changeset 6772 in vbox


Ignore:
Timestamp:
Feb 3, 2008 10:01:11 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27862
Message:

A little adjustment of the put webservices-last hack.

File:
1 edited

Legend:

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

    r6752 r6772  
    8484    $(IDLTYPELIB)
    8585
    86 endif
    87 
    88 # Include sub-makefile(s) last if we're not doing parallel building.
    89 ifeq ($(KMK_OPTS_JOBS),1)
    90  ifndef VBOX_OSE
    91   include $(PATH_SUB_CURRENT)/webservice/Makefile.kmk
    92  endif
    93  include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
    9486endif
    9587
     
    534526endif
    535527
    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#
     537ifeq ($(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
     542endif
     543
     544# generate rules
    537545include $(PATH_KBUILD)/subfooter.kmk
    538546
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