VirtualBox

Changeset 599 in vbox


Ignore:
Timestamp:
Feb 4, 2007 6:30:58 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18226
Message:

Added a couple of missing build order dependencies. (kmk -j 4 did't work from xpcom18a4)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r589 r599  
    8888                                     # -Wl,--whole-archive,--no-allow-shlib-undefined
    8989TEMPLATE_XPCOM_LIBS.l4             = $(VBOX_GCC_LIBGCC)
    90 TEMPLATE_XPCOM_ORDERDEPS           = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst)))
     90TEMPLATE_XPCOM_ORDERDEPS           = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst))) \
     91                                     $(PATH_VBox-xpcom-string)/idl_ts
    9192
    9293
     
    142143                                          $(PATH_BIN)/sdk/include/xpcom/xpcom \
    143144                                          $(PATH_BIN)/sdk/include/xpcom/ipcd
    144 TEMPLATE_XPCOMBLDPROG_ORDERDEPS         = $(TEMPLATE_XPCOM_ORDERDEPS)
     145TEMPLATE_XPCOMBLDPROG_ORDERDEPS         = $(foreach hdrinst, $(filter %-HEADERS, $(INSTALLS)), $(TARGET_$(hdrinst)))
    145146
    146147
     
    12801281
    12811282# combined typelib library
    1282 $(PATH_BIN)/VBoxXPCOMBase.xpt: $(XPTFILES)
     1283$(PATH_BIN)/VBoxXPCOMBase.xpt: $(XPTFILES) | $(TARGET_xp_link)
    12831284        $(call MSG_L1,Linking $@)
    12841285        $(QUIET)$(TARGET_xpt_link) $@ $^
     
    13031304define def_IDL
    13041305$(addprefix $(PATH_BIN)/sdk/include/,$(notdir $(subst .idl,.h,$(idl)))) \
    1305             $(PATH_TARGET)/$(notdir $(subst .idl,.xpt,$(idl))): $(idl)
     1306            $(PATH_TARGET)/$(notdir $(subst .idl,.xpt,$(idl))): $(idl) | $(TARGET_xpidl)
    13061307        $$(call MSG_L1,xpidl $$<)
    13071308        $$(QUIET)$(MKDIR) -p $(PATH_BIN)/sdk/include $(PATH_BIN)/sdk/idl
     
    13221323xpcom/string/src/nsAString.cpp: $(PATH_VBox-xpcom-string)/idl_ts
    13231324
    1324 #/home/bird/pdp8/coding/vbox/svn/trunk/out/linux.x86/release/obj/src/libs/xpcom18a4/VBoxXPCOMGlue/xpcom/glue/nsMemory.o
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