Changeset 1418 for trunk/kBuild/tools/GCC3.kmk
- Timestamp:
- Mar 18, 2008, 11:52:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3.kmk
r1349 r1418 105 105 TOOL_GCC3_COMPILE_C_DEPEND = 106 106 TOOL_GCC3_COMPILE_C_DEPORD = 107 ifdef USE_KOBJCACHE107 ifdef KBUILD_USE_KOBJCACHE 108 108 TOOL_GCC3_COMPILE_C_USES_KOBJCACHE = 1 109 109 TOOL_GCC3_COMPILE_C_OUTPUT = $(outbase).i … … 121 121 - 122 122 endef 123 else # ! USE_KOBJCACHE123 else # !KBUILD_USE_KOBJCACHE 124 124 TOOL_GCC3_COMPILE_C_OUTPUT = 125 125 define TOOL_GCC3_COMPILE_C_CMDS … … 130 130 $(abspath $(source)) 131 131 endef 132 endif # ! USE_KOBJCACHE132 endif # !KBUILD_USE_KOBJCACHE 133 133 134 134 … … 147 147 TOOL_GCC3_COMPILE_CXX_DEPEND = 148 148 TOOL_GCC3_COMPILE_CXX_DEPORD = 149 ifdef USE_KOBJCACHE149 ifdef KBUILD_USE_KOBJCACHE 150 150 TOOL_GCC3_COMPILE_CXX_USES_KOBJCACHE = 1 151 151 TOOL_GCC3_COMPILE_CXX_OUTPUT = $(outbase).ii … … 163 163 - 164 164 endef 165 else # ! USE_KOBJCACHE165 else # !KBUILD_USE_KOBJCACHE 166 166 TOOL_GCC3_COMPILE_CXX_OUTPUT = 167 167 define TOOL_GCC3_COMPILE_CXX_CMDS … … 172 172 $(abspath $(source)) 173 173 endef 174 endif # ! USE_KOBJCACHE174 endif # !KBUILD_USE_KOBJCACHE 175 175 176 176
Note:
See TracChangeset
for help on using the changeset viewer.