Changeset 1418 for trunk/kBuild/tools/GCC3PLAIN.kmk
- Timestamp:
- Mar 18, 2008, 11:52:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3PLAIN.kmk
r1259 r1418 101 101 TOOL_GCC3PLAIN_COMPILE_C_DEPEND = 102 102 TOOL_GCC3PLAIN_COMPILE_C_DEPORD = 103 ifdef USE_KOBJCACHE103 ifdef KBUILD_USE_KOBJCACHE 104 104 TOOL_GCC3PLAIN_COMPILE_C_USES_KOBJCACHE = 1 105 105 TOOL_GCC3PLAIN_COMPILE_C_OUTPUT = $(outbase).i … … 117 117 - 118 118 endef 119 else # ! USE_KOBJCACHE119 else # !KBUILD_USE_KOBJCACHE 120 120 TOOL_GCC3PLAIN_COMPILE_C_OUTPUT = 121 121 define TOOL_GCC3PLAIN_COMPILE_C_CMDS … … 126 126 $(abspath $(source)) 127 127 endef 128 endif # ! USE_KOBJCACHE128 endif # !KBUILD_USE_KOBJCACHE 129 129 130 130 … … 143 143 TOOL_GCC3PLAIN_COMPILE_CXX_DEPEND = 144 144 TOOL_GCC3PLAIN_COMPILE_CXX_DEPORD = 145 ifdef USE_KOBJCACHE145 ifdef KBUILD_USE_KOBJCACHE 146 146 TOOL_GCC3PLAIN_COMPILE_CXX_USES_KOBJCACHE = 1 147 147 TOOL_GCC3PLAIN_COMPILE_CXX_OUTPUT = $(outbase).ii … … 159 159 - 160 160 endef 161 else # ! USE_KOBJCACHE161 else # !KBUILD_USE_KOBJCACHE 162 162 TOOL_GCC3PLAIN_COMPILE_CXX_OUTPUT = 163 163 define TOOL_GCC3PLAIN_COMPILE_CXX_CMDS … … 168 168 $(abspath $(source)) 169 169 endef 170 endif # ! USE_KOBJCACHE170 endif # !KBUILD_USE_KOBJCACHE 171 171 172 172
Note:
See TracChangeset
for help on using the changeset viewer.