Changeset 1007 in kBuild
- Timestamp:
- Jun 2, 2007 4:22:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r989 r1007 1360 1360 # @param $(obj) The object file. 1361 1361 define def_target_source_rule 1362 ifdef TOOL_$(tool)_COMPILE_$(type)_USESES_KOBJCACHE 1363 $(outbase).koc +| $(obj) $($(target)_$(source)_OUTPUT_) : \ 1364 $($(target)_$(source)_DEPEND_) \ 1365 $(_DEP_COMPILE_CMDS) \ 1366 | \ 1367 $($(target)_$(source)_DEPORD_) 1368 $$(call MSG_COMPILE,$(target),$(source),$$@,$(type)) 1369 else 1362 1370 $(obj) + $($(target)_$(source)_OUTPUT_) : \ 1363 1371 $($(target)_$(source)_DEPEND_) \ … … 1367 1375 $$(call MSG_COMPILE,$(target),$(source),$$@,$(type)) 1368 1376 $$(QUIET)$$(RM) -f $(dep) $(obj) $($(target)_$(source)_OUTPUT_) 1377 endif 1369 1378 1370 1379 $($(target)_$(source)_CMDS_)
Note:
See TracChangeset
for help on using the changeset viewer.