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

    r1259 r1418  
    101101TOOL_GXX3PLAIN_COMPILE_C_DEPEND =
    102102TOOL_GXX3PLAIN_COMPILE_C_DEPORD =
    103 ifdef USE_KOBJCACHE
     103ifdef KBUILD_USE_KOBJCACHE
    104104TOOL_GXX3PLAIN_COMPILE_C_USES_KOBJCACHE = 1
    105105TOOL_GXX3PLAIN_COMPILE_C_OUTPUT = $(outbase).i
     
    117117                -
    118118endef
    119 else # !USE_KOBJCACHE
     119else # !KBUILD_USE_KOBJCACHE
    120120TOOL_GXX3PLAIN_COMPILE_C_OUTPUT =
    121121define TOOL_GXX3PLAIN_COMPILE_C_CMDS
     
    126126                $(abspath $(source))
    127127endef
    128 endif # !USE_KOBJCACHE
     128endif # !KBUILD_USE_KOBJCACHE
    129129
    130130
     
    143143TOOL_GXX3PLAIN_COMPILE_CXX_DEPEND =
    144144TOOL_GXX3PLAIN_COMPILE_CXX_DEPORD =
    145 ifdef USE_KOBJCACHE
     145ifdef KBUILD_USE_KOBJCACHE
    146146TOOL_GXX3PLAIN_COMPILE_CXX_USES_KOBJCACHE = 1
    147147TOOL_GXX3PLAIN_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    159159                -
    160160endef
    161 else # !USE_KOBJCACHE
     161else # !KBUILD_USE_KOBJCACHE
    162162TOOL_GXX3PLAIN_COMPILE_CXX_OUTPUT =
    163163define TOOL_GXX3PLAIN_COMPILE_CXX_CMDS
     
    168168                $(abspath $(source))
    169169endef
    170 endif # !USE_KOBJCACHE
     170endif # !KBUILD_USE_KOBJCACHE
    171171
    172172
Note: See TracChangeset for help on using the changeset viewer.