Changeset 2431 for trunk/kBuild/tools/GCC4MACHO.kmk
- Timestamp:
- Nov 19, 2010, 12:06:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC4MACHO.kmk
r2413 r2431 136 136 -o $(obj)\ 137 137 - 138 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 138 139 endef 139 140 else # !KBUILD_USE_KOBJCACHE … … 145 146 -o $(obj)\ 146 147 $(abspath $(source)) 148 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 147 149 endef 148 150 endif # !KUSE_OBJCACHE … … 178 180 -o $(obj)\ 179 181 - 182 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 180 183 endef 181 184 else # !KBUILD_USE_KOBJCACHE … … 187 190 -o $(obj)\ 188 191 $(abspath $(source)) 192 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 189 193 endef 190 194 endif # !KBUILD_USE_KOBJCACHE … … 220 224 -o $(obj)\ 221 225 - 226 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 222 227 endef 223 228 else # !KBUILD_USE_KOBJCACHE … … 229 234 -o $(obj)\ 230 235 $(abspath $(source)) 236 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 231 237 endef 232 238 endif # !KBUILD_USE_KOBJCACHE … … 262 268 -o $(obj)\ 263 269 - 270 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 264 271 endef 265 272 else # !KBUILD_USE_KOBJCACHE … … 271 278 -o $(obj)\ 272 279 $(abspath $(source)) 280 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 273 281 endef 274 282 endif # !KBUILD_USE_KOBJCACHE … … 297 305 -o $(obj)\ 298 306 $(abspath $(source)) 307 $(QUIET)$(APPEND) -n "$(dep)" "" "$(source):" "" 299 308 endef 300 309
Note:
See TracChangeset
for help on using the changeset viewer.