Changeset 1012 in kBuild
- Timestamp:
- Jun 2, 2007 5:42:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r1007 r1012 1360 1360 # @param $(obj) The object file. 1361 1361 define def_target_source_rule 1362 ifdef TOOL_$(tool)_COMPILE_$(type)_USES ES_KOBJCACHE1362 ifdef TOOL_$(tool)_COMPILE_$(type)_USES_KOBJCACHE 1363 1363 $(outbase).koc +| $(obj) $($(target)_$(source)_OUTPUT_) : \ 1364 1364 $($(target)_$(source)_DEPEND_) \ … … 1374 1374 $($(target)_$(source)_DEPORD_) 1375 1375 $$(call MSG_COMPILE,$(target),$(source),$$@,$(type)) 1376 ifdef TOOL_$(tool)_COMPILE_$(type)_DONT_PURGE_OUTPUT 1376 1377 $$(QUIET)$$(RM) -f $(dep) $(obj) $($(target)_$(source)_OUTPUT_) 1378 endif 1377 1379 endif 1378 1380
Note:
See TracChangeset
for help on using the changeset viewer.