VirtualBox

Changeset 1007 in kBuild


Ignore:
Timestamp:
Jun 2, 2007 4:22:09 PM (18 years ago)
Author:
bird
Message:

kObjCache hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r989 r1007  
    13601360# @param    $(obj)    The object file.
    13611361define def_target_source_rule
     1362ifdef TOOL_$(tool)_COMPILE_$(type)_USESES_KOBJCACHE
     1363$(outbase).koc +| $(obj) $($(target)_$(source)_OUTPUT_) : \
     1364                $($(target)_$(source)_DEPEND_) \
     1365                $(_DEP_COMPILE_CMDS) \
     1366                | \
     1367                $($(target)_$(source)_DEPORD_)
     1368        $$(call MSG_COMPILE,$(target),$(source),$$@,$(type))
     1369else
    13621370$(obj) + $($(target)_$(source)_OUTPUT_) : \
    13631371                $($(target)_$(source)_DEPEND_) \
     
    13671375        $$(call MSG_COMPILE,$(target),$(source),$$@,$(type))
    13681376        $$(QUIET)$$(RM) -f $(dep) $(obj) $($(target)_$(source)_OUTPUT_)
     1377endif
    13691378
    13701379$($(target)_$(source)_CMDS_)
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