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

    r1349 r1418  
    103103TOOL_GCC32_COMPILE_C_DEPEND =
    104104TOOL_GCC32_COMPILE_C_DEPORD =
    105 ifdef USE_KOBJCACHE
     105ifdef KBUILD_USE_KOBJCACHE
    106106TOOL_GCC32_COMPILE_C_USES_KOBJCACHE = 1
    107107TOOL_GCC32_COMPILE_C_OUTPUT = $(outbase).i
     
    119119                -
    120120endef
    121 else # !USE_KOBJCACHE
     121else # !KBUILD_USE_KOBJCACHE
    122122TOOL_GCC32_COMPILE_C_OUTPUT =
    123123define TOOL_GCC32_COMPILE_C_CMDS
     
    128128                $(abspath $(source))
    129129endef
    130 endif # !USE_KOBJCACHE
     130endif # !KBUILD_USE_KOBJCACHE
    131131
    132132
     
    145145TOOL_GCC32_COMPILE_CXX_DEPEND =
    146146TOOL_GCC32_COMPILE_CXX_DEPORD =
    147 ifdef USE_KOBJCACHE
     147ifdef KBUILD_USE_KOBJCACHE
    148148TOOL_GCC32_COMPILE_CXX_USES_KOBJCACHE = 1
    149149TOOL_GCC32_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    161161                -
    162162endef
    163 else # !USE_KOBJCACHE
     163else # !KBUILD_USE_KOBJCACHE
    164164
    165165TOOL_GCC32_COMPILE_CXX_OUTPUT =
     
    171171                $(abspath $(source))
    172172endef
    173 endif # !USE_KOBJCACHE
     173endif # !KBUILD_USE_KOBJCACHE
    174174
    175175
Note: See TracChangeset for help on using the changeset viewer.