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/GCC3.kmk

    r1349 r1418  
    105105TOOL_GCC3_COMPILE_C_DEPEND =
    106106TOOL_GCC3_COMPILE_C_DEPORD =
    107 ifdef USE_KOBJCACHE
     107ifdef KBUILD_USE_KOBJCACHE
    108108TOOL_GCC3_COMPILE_C_USES_KOBJCACHE = 1
    109109TOOL_GCC3_COMPILE_C_OUTPUT = $(outbase).i
     
    121121                -
    122122endef
    123 else # !USE_KOBJCACHE
     123else # !KBUILD_USE_KOBJCACHE
    124124TOOL_GCC3_COMPILE_C_OUTPUT =
    125125define TOOL_GCC3_COMPILE_C_CMDS
     
    130130                $(abspath $(source))
    131131endef
    132 endif # !USE_KOBJCACHE
     132endif # !KBUILD_USE_KOBJCACHE
    133133
    134134
     
    147147TOOL_GCC3_COMPILE_CXX_DEPEND =
    148148TOOL_GCC3_COMPILE_CXX_DEPORD =
    149 ifdef USE_KOBJCACHE
     149ifdef KBUILD_USE_KOBJCACHE
    150150TOOL_GCC3_COMPILE_CXX_USES_KOBJCACHE = 1
    151151TOOL_GCC3_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    163163                -
    164164endef
    165 else # !USE_KOBJCACHE
     165else # !KBUILD_USE_KOBJCACHE
    166166TOOL_GCC3_COMPILE_CXX_OUTPUT =
    167167define TOOL_GCC3_COMPILE_CXX_CMDS
     
    172172                $(abspath $(source))
    173173endef
    174 endif # !USE_KOBJCACHE
     174endif # !KBUILD_USE_KOBJCACHE
    175175
    176176
Note: See TracChangeset for help on using the changeset viewer.