Ignore:
Timestamp:
Mar 18, 2008, 11:52:45 PM (17 years ago)
Author:
bird
Message:

USE_KOBJCACHE -> KBUILD_USE_KOBJCACHE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/GXX3OMF.kmk

    r1259 r1418  
    9595TOOL_GXX3OMF_COMPILE_C_DEPEND =
    9696TOOL_GXX3OMF_COMPILE_C_DEPORD =
    97 ifdef USE_KOBJCACHE
     97ifdef KBUILD_USE_KOBJCACHE
    9898TOOL_GXX3OMF_COMPILE_C_USES_KOBJCACHE = 1
    9999TOOL_GXX3OMF_COMPILE_C_OUTPUT = $(outbase).i
     
    111111                -
    112112endef
    113 else # !USE_KOBJCACHE
     113else # !KBUILD_USE_KOBJCACHE
    114114TOOL_GXX3OMF_COMPILE_C_OUTPUT =
    115115define TOOL_GXX3OMF_COMPILE_C_CMDS
     
    120120                $(abspath $(source))
    121121endef
    122 endif # !USE_KOBJCACHE
     122endif # !KBUILD_USE_KOBJCACHE
    123123
    124124
     
    138138TOOL_GXX3OMF_COMPILE_CXX_DEPEND =
    139139TOOL_GXX3OMF_COMPILE_CXX_DEPORD =
    140 ifdef USE_KOBJCACHE
     140ifdef KBUILD_USE_KOBJCACHE
    141141TOOL_GXX3OMF_COMPILE_CXX_USES_KOBJCACHE = 1
    142142TOOL_GXX3OMF_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    154154                -
    155155endef
    156 else # !USE_KOBJCACHE
     156else # !KBUILD_USE_KOBJCACHE
    157157TOOL_GXX3OMF_COMPILE_CXX_OUTPUT =
    158158define TOOL_GXX3OMF_COMPILE_CXX_CMDS
     
    163163                $(abspath $(source))
    164164endef
    165 endif # !USE_KOBJCACHE
     165endif # !KBUILD_USE_KOBJCACHE
    166166
    167167
Note: See TracChangeset for help on using the changeset viewer.