VirtualBox

Changeset 1418 in kBuild


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

USE_KOBJCACHE -> KBUILD_USE_KOBJCACHE.

Location:
trunk/kBuild
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r1416 r1418  
    838838   export KBUILD_VERBOSE := 2
    839839  endif
     840 endif
     841endif
     842
     843
     844#
     845# Legacy variable translation.
     846# These will be eliminated when switching to the next version.
     847#
     848ifdef USE_KOBJCACHE
     849 ifndef KBUILD_USE_KOBJCACHE
     850  export KBUILD_USE_KOBJCACHE := $(USE_KOBJCACHE)
    840851 endif
    841852endif
  • 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
  • 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
  • trunk/kBuild/tools/GCC3OMF.kmk

    r1259 r1418  
    9595TOOL_GCC3OMF_COMPILE_C_DEPEND =
    9696TOOL_GCC3OMF_COMPILE_C_DEPORD =
    97 ifdef USE_KOBJCACHE
     97ifdef KBUILD_USE_KOBJCACHE
    9898TOOL_GCC3OMF_COMPILE_C_USES_KOBJCACHE = 1
    9999TOOL_GCC3OMF_COMPILE_C_OUTPUT = $(outbase).i
     
    111111                -
    112112endef
    113 else # !USE_KOBJCACHE
     113else # !KBUILD_USE_KOBJCACHE
    114114TOOL_GCC3OMF_COMPILE_C_OUTPUT =
    115115define TOOL_GCC3OMF_COMPILE_C_CMDS
     
    120120                $(abspath $(source))
    121121endef
    122 endif # !USE_KOBJCACHE
     122endif # !KBUILD_USE_KOBJCACHE
    123123
    124124
     
    138138TOOL_GCC3OMF_COMPILE_CXX_DEPEND =
    139139TOOL_GCC3OMF_COMPILE_CXX_DEPORD =
    140 ifdef USE_KOBJCACHE
     140ifdef KBUILD_USE_KOBJCACHE
    141141TOOL_GCC3OMF_COMPILE_CXX_USES_KOBJCACHE = 1
    142142TOOL_GCC3OMF_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    154154                -
    155155endef
    156 else # !USE_KOBJCACHE
     156else # !KBUILD_USE_KOBJCACHE
    157157TOOL_GCC3OMF_COMPILE_CXX_OUTPUT =
    158158define TOOL_GCC3OMF_COMPILE_CXX_CMDS
     
    163163                $(abspath $(source))
    164164endef
    165 endif # !USE_KOBJCACHE
     165endif # !KBUILD_USE_KOBJCACHE
    166166
    167167
  • trunk/kBuild/tools/GCC3PLAIN.kmk

    r1259 r1418  
    101101TOOL_GCC3PLAIN_COMPILE_C_DEPEND =
    102102TOOL_GCC3PLAIN_COMPILE_C_DEPORD =
    103 ifdef USE_KOBJCACHE
     103ifdef KBUILD_USE_KOBJCACHE
    104104TOOL_GCC3PLAIN_COMPILE_C_USES_KOBJCACHE = 1
    105105TOOL_GCC3PLAIN_COMPILE_C_OUTPUT = $(outbase).i
     
    117117                -
    118118endef
    119 else # !USE_KOBJCACHE
     119else # !KBUILD_USE_KOBJCACHE
    120120TOOL_GCC3PLAIN_COMPILE_C_OUTPUT =
    121121define TOOL_GCC3PLAIN_COMPILE_C_CMDS
     
    126126                $(abspath $(source))
    127127endef
    128 endif # !USE_KOBJCACHE
     128endif # !KBUILD_USE_KOBJCACHE
    129129
    130130
     
    143143TOOL_GCC3PLAIN_COMPILE_CXX_DEPEND =
    144144TOOL_GCC3PLAIN_COMPILE_CXX_DEPORD =
    145 ifdef USE_KOBJCACHE
     145ifdef KBUILD_USE_KOBJCACHE
    146146TOOL_GCC3PLAIN_COMPILE_CXX_USES_KOBJCACHE = 1
    147147TOOL_GCC3PLAIN_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    159159                -
    160160endef
    161 else # !USE_KOBJCACHE
     161else # !KBUILD_USE_KOBJCACHE
    162162TOOL_GCC3PLAIN_COMPILE_CXX_OUTPUT =
    163163define TOOL_GCC3PLAIN_COMPILE_CXX_CMDS
     
    168168                $(abspath $(source))
    169169endef
    170 endif # !USE_KOBJCACHE
     170endif # !KBUILD_USE_KOBJCACHE
    171171
    172172
  • trunk/kBuild/tools/GCC4MACHO.kmk

    r1259 r1418  
    104104TOOL_GCC4MACHO_COMPILE_C_DEPEND =
    105105TOOL_GCC4MACHO_COMPILE_C_DEPORD =
    106 ifdef USE_KOBJCACHE
     106ifdef KBUILD_USE_KOBJCACHE
    107107TOOL_GCC4MACHO_COMPILE_C_USES_KOBJCACHE = 1
    108108TOOL_GCC4MACHO_COMPILE_C_OUTPUT = $(outbase).i
     
    120120                -
    121121endef
    122 else  # !USE_KOBJCACHE
     122else  # !KBUILD_USE_KOBJCACHE
    123123TOOL_GCC4MACHO_COMPILE_C_OUTPUT =
    124124define TOOL_GCC4MACHO_COMPILE_C_CMDS
     
    146146TOOL_GCC4MACHO_COMPILE_CXX_DEPEND =
    147147TOOL_GCC4MACHO_COMPILE_CXX_DEPORD =
    148 ifdef USE_KOBJCACHE
     148ifdef KBUILD_USE_KOBJCACHE
    149149TOOL_GCC4MACHO_COMPILE_CXX_USES_KOBJCACHE = 1
    150150TOOL_GCC4MACHO_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    162162                -
    163163endef
    164 else  # !USE_KOBJCACHE
     164else  # !KBUILD_USE_KOBJCACHE
    165165TOOL_GCC4MACHO_COMPILE_CXX_OUTPUT =
    166166define TOOL_GCC4MACHO_COMPILE_CXX_CMDS
     
    171171                $(abspath $(source))
    172172endef
    173 endif # !USE_KOBJCACHE
     173endif # !KBUILD_USE_KOBJCACHE
    174174
    175175
     
    188188TOOL_GCC4MACHO_COMPILE_OBJC_DEPEND =
    189189TOOL_GCC4MACHO_COMPILE_OBJC_DEPORD =
    190 ifdef USE_KOBJCACHE
     190ifdef KBUILD_USE_KOBJCACHE
    191191TOOL_GCC4MACHO_COMPILE_OBJC_USES_KOBJCACHE = 1
    192192TOOL_GCC4MACHO_COMPILE_OBJC_OUTPUT = $(outbase).mi
     
    204204                -
    205205endef
    206 else  # !USE_KOBJCACHE
     206else  # !KBUILD_USE_KOBJCACHE
    207207TOOL_GCC4MACHO_COMPILE_OBJC_OUTPUT =
    208208define TOOL_GCC4MACHO_COMPILE_OBJC_CMDS
     
    213213                $(abspath $(source))
    214214endef
    215 endif # !USE_KOBJCACHE
     215endif # !KBUILD_USE_KOBJCACHE
    216216
    217217
  • trunk/kBuild/tools/GCC64.kmk

    r1349 r1418  
    103103TOOL_GCC64_COMPILE_C_DEPEND =
    104104TOOL_GCC64_COMPILE_C_DEPORD =
    105 ifdef USE_KOBJCACHE
     105ifdef KBUILD_USE_KOBJCACHE
    106106TOOL_GCC64_COMPILE_C_USES_KOBJCACHE = 1
    107107TOOL_GCC64_COMPILE_C_OUTPUT = $(outbase).i
     
    119119                -
    120120endef
    121 else # !USE_KOBJCACHE
     121else # !KBUILD_USE_KOBJCACHE
    122122TOOL_GCC64_COMPILE_C_OUTPUT =
    123123define TOOL_GCC64_COMPILE_C_CMDS
     
    128128                $(abspath $(source))
    129129endef
    130 endif # !USE_KOBJCACHE
     130endif # !KBUILD_USE_KOBJCACHE
    131131
    132132
     
    145145TOOL_GCC64_COMPILE_CXX_DEPEND =
    146146TOOL_GCC64_COMPILE_CXX_DEPORD =
    147 ifdef USE_KOBJCACHE
     147ifdef KBUILD_USE_KOBJCACHE
    148148TOOL_GCC64_COMPILE_CXX_USES_KOBJCACHE = 1
    149149TOOL_GCC64_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    161161                -
    162162endef
    163 else # !USE_KOBJCACHE
     163else # !KBUILD_USE_KOBJCACHE
    164164
    165165TOOL_GCC64_COMPILE_CXX_OUTPUT =
     
    171171                $(abspath $(source))
    172172endef
    173 endif # !USE_KOBJCACHE
     173endif # !KBUILD_USE_KOBJCACHE
    174174
    175175
  • trunk/kBuild/tools/GXX3.kmk

    r1349 r1418  
    105105TOOL_GXX3_COMPILE_C_DEPEND =
    106106TOOL_GXX3_COMPILE_C_DEPORD =
    107 ifdef USE_KOBJCACHE
     107ifdef KBUILD_USE_KOBJCACHE
    108108TOOL_GXX3_COMPILE_C_USES_KOBJCACHE = 1
    109109TOOL_GXX3_COMPILE_C_OUTPUT = $(outbase).i
     
    121121                -
    122122endef
    123 else # !USE_KOBJCACHE
     123else # !KBUILD_USE_KOBJCACHE
    124124TOOL_GXX3_COMPILE_C_OUTPUT =
    125125define TOOL_GXX3_COMPILE_C_CMDS
     
    130130                $(abspath $(source))
    131131endef
    132 endif # !USE_KOBJCACHE
     132endif # !KBUILD_USE_KOBJCACHE
    133133
    134134
     
    147147TOOL_GXX3_COMPILE_CXX_DEPEND =
    148148TOOL_GXX3_COMPILE_CXX_DEPORD =
    149 ifdef USE_KOBJCACHE
     149ifdef KBUILD_USE_KOBJCACHE
    150150TOOL_GXX3_COMPILE_CXX_USES_KOBJCACHE = 1
    151151TOOL_GXX3_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    163163                -
    164164endef
    165 else # !USE_KOBJCACHE
     165else # !KBUILD_USE_KOBJCACHE
    166166TOOL_GXX3_COMPILE_CXX_OUTPUT =
    167167define TOOL_GXX3_COMPILE_CXX_CMDS
     
    172172                $(abspath $(source))
    173173endef
    174 endif # !USE_KOBJCACHE
     174endif # !KBUILD_USE_KOBJCACHE
    175175
    176176
  • trunk/kBuild/tools/GXX32.kmk

    r1355 r1418  
    103103TOOL_GXX32_COMPILE_C_DEPEND =
    104104TOOL_GXX32_COMPILE_C_DEPORD =
    105 ifdef USE_KOBJCACHE
     105ifdef KBUILD_USE_KOBJCACHE
    106106TOOL_GXX32_COMPILE_C_USES_KOBJCACHE = 1
    107107TOOL_GXX32_COMPILE_C_OUTPUT = $(outbase).i
     
    119119                -
    120120endef
    121 else # !USE_KOBJCACHE
     121else # !KBUILD_USE_KOBJCACHE
    122122TOOL_GXX32_COMPILE_C_OUTPUT =
    123123define TOOL_GXX32_COMPILE_C_CMDS
     
    128128                $(abspath $(source))
    129129endef
    130 endif # !USE_KOBJCACHE
     130endif # !KBUILD_USE_KOBJCACHE
    131131
    132132
     
    145145TOOL_GXX32_COMPILE_CXX_DEPEND =
    146146TOOL_GXX32_COMPILE_CXX_DEPORD =
    147 ifdef USE_KOBJCACHE
     147ifdef KBUILD_USE_KOBJCACHE
    148148TOOL_GXX32_COMPILE_CXX_USES_KOBJCACHE = 1
    149149TOOL_GXX32_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    161161                -
    162162endef
    163 else # !USE_KOBJCACHE
     163else # !KBUILD_USE_KOBJCACHE
    164164TOOL_GXX32_COMPILE_CXX_OUTPUT =
    165165define TOOL_GXX32_COMPILE_CXX_CMDS
     
    170170                $(abspath $(source))
    171171endef
    172 endif # !USE_KOBJCACHE
     172endif # !KBUILD_USE_KOBJCACHE
    173173
    174174
  • 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
  • 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
  • trunk/kBuild/tools/GXX4MACHO.kmk

    r1259 r1418  
    104104TOOL_GXX4MACHO_COMPILE_C_DEPEND =
    105105TOOL_GXX4MACHO_COMPILE_C_DEPORD =
    106 ifdef USE_KOBJCACHE
     106ifdef KBUILD_USE_KOBJCACHE
    107107TOOL_GXX4MACHO_COMPILE_C_USES_KOBJCACHE = 1
    108108TOOL_GXX4MACHO_COMPILE_C_OUTPUT = $(outbase).i
     
    120120                -
    121121endef
    122 else  # !USE_KOBJCACHE
     122else  # !KBUILD_USE_KOBJCACHE
    123123TOOL_GXX4MACHO_COMPILE_C_OUTPUT =
    124124define TOOL_GXX4MACHO_COMPILE_C_CMDS
     
    146146TOOL_GXX4MACHO_COMPILE_CXX_DEPEND =
    147147TOOL_GXX4MACHO_COMPILE_CXX_DEPORD =
    148 ifdef USE_KOBJCACHE
     148ifdef KBUILD_USE_KOBJCACHE
    149149TOOL_GXX4MACHO_COMPILE_CXX_USES_KOBJCACHE = 1
    150150TOOL_GXX4MACHO_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    162162                -
    163163endef
    164 else  # !USE_KOBJCACHE
     164else  # !KBUILD_USE_KOBJCACHE
    165165TOOL_GXX4MACHO_COMPILE_CXX_OUTPUT =
    166166define TOOL_GXX4MACHO_COMPILE_CXX_CMDS
     
    188188TOOL_GXX4MACHO_COMPILE_OBJC_DEPEND =
    189189TOOL_GXX4MACHO_COMPILE_OBJC_DEPORD =
    190 ifdef USE_KOBJCACHE
     190ifdef KBUILD_USE_KOBJCACHE
    191191TOOL_GXX4MACHO_COMPILE_OBJC_USES_KOBJCACHE = 1
    192192TOOL_GXX4MACHO_COMPILE_OBJC_OUTPUT = $(outbase).mi
     
    204204                -
    205205endef
    206 else  # !USE_KOBJCACHE
     206else  # !KBUILD_USE_KOBJCACHE
    207207TOOL_GXX4MACHO_COMPILE_OBJC_OUTPUT =
    208208define TOOL_GXX4MACHO_COMPILE_OBJC_CMDS
  • trunk/kBuild/tools/GXX64.kmk

    r1355 r1418  
    103103TOOL_GXX64_COMPILE_C_DEPEND =
    104104TOOL_GXX64_COMPILE_C_DEPORD =
    105 ifdef USE_KOBJCACHE
     105ifdef KBUILD_USE_KOBJCACHE
    106106TOOL_GXX64_COMPILE_C_USES_KOBJCACHE = 1
    107107TOOL_GXX64_COMPILE_C_OUTPUT = $(outbase).i
     
    119119                -
    120120endef
    121 else # !USE_KOBJCACHE
     121else # !KBUILD_USE_KOBJCACHE
    122122TOOL_GXX64_COMPILE_C_OUTPUT =
    123123define TOOL_GXX64_COMPILE_C_CMDS
     
    128128                $(abspath $(source))
    129129endef
    130 endif # !USE_KOBJCACHE
     130endif # !KBUILD_USE_KOBJCACHE
    131131
    132132
     
    145145TOOL_GXX64_COMPILE_CXX_DEPEND =
    146146TOOL_GXX64_COMPILE_CXX_DEPORD =
    147 ifdef USE_KOBJCACHE
     147ifdef KBUILD_USE_KOBJCACHE
    148148TOOL_GXX64_COMPILE_CXX_USES_KOBJCACHE = 1
    149149TOOL_GXX64_COMPILE_CXX_OUTPUT = $(outbase).ii
     
    161161                -
    162162endef
    163 else # !USE_KOBJCACHE
     163else # !KBUILD_USE_KOBJCACHE
    164164TOOL_GXX64_COMPILE_CXX_OUTPUT =
    165165define TOOL_GXX64_COMPILE_CXX_CMDS
     
    170170                $(abspath $(source))
    171171endef
    172 endif # !USE_KOBJCACHE
     172endif # !KBUILD_USE_KOBJCACHE
    173173
    174174
  • trunk/kBuild/tools/VCC70.kmk

    r1354 r1418  
    114114TOOL_VCC70_COMPILE_C_DEPEND =
    115115TOOL_VCC70_COMPILE_C_DEPORD =
    116 #ifdef USE_KOBJCACHE
     116#ifdef KBUILD_USE_KOBJCACHE
    117117#TOOL_VCC70_COMPILE_C_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb) $(call TOOL_VCC70_PDB, $(outbase)-obj,idb) $(outbase).i
    118118#TOOL_VCC70_COMPILE_C_USESES_KOBJCACHE = 1
     
    131131#       $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    132132#endef
    133 #else # !USE_KOBJCACHE
     133#else # !KBUILD_USE_KOBJCACHE
    134134TOOL_VCC70_COMPILE_C_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,idb)
    135135TOOL_VCC70_COMPILE_C_OUTPUT_MAYBE = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb)
     
    143143        $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    144144endef
    145 #endif # !USE_KOBJCACHE
     145#endif # !KBUILD_USE_KOBJCACHE
    146146
    147147
     
    162162TOOL_VCC70_COMPILE_CXX_DEPEND =
    163163TOOL_VCC70_COMPILE_CXX_DEPORD =
    164 #ifdef USE_KOBJCACHE
     164#ifdef KBUILD_USE_KOBJCACHE
    165165#TOOL_VCC70_COMPILE_CXX_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb) $(call TOOL_VCC70_PDB, $(outbase)-obj,idb) $(outbase).ii
    166166#TOOL_VCC70_COMPILE_CXX_USES_KOBJCACHE = 1
     
    179179#       $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    180180#endef
    181 #else # !USE_KOBJCACHE
     181#else # !KBUILD_USE_KOBJCACHE
    182182TOOL_VCC70_COMPILE_CXX_OUTPUT = $(call TOOL_VCC70_PDB, $(outbase)-obj,idb)
    183183TOOL_VCC70_COMPILE_CXX_OUTPUT_MAYBE = $(call TOOL_VCC70_PDB, $(outbase)-obj,pdb)
     
    191191        $(QUIET)$(DEP_IDB) -f -s -o $(dep) -t $(obj) $(call TOOL_VCC70_PDB,$(outbase)-obj,idb)
    192192endef
    193 #endif # !USE_KOBJCACHE
     193#endif # !KBUILD_USE_KOBJCACHE
    194194
    195195
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette