Changeset 760
- Timestamp:
- Jan 17, 2007, 11:01:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/kBuild/footer.kmk ¶
r753 r760 874 874 $$(QUIET)$$(if $$(_TARGET_$(target)_DIGEST),$$(MAKE) -f $(MAKEFILE) --no-print-directory $(out).lst,$$(RMDIR) -p --ignore-fail-on-non-empty --ignore-fail-on-not-exist $$(dir $$@)) 875 875 $$(QUIET2)$$(if $$(_TARGET_$(target)_DIGEST),$$(APPEND) $$@ "_TARGET_$(target)_DIGEST_PREV := $(_TARGET_$(target)_DIGEST)") 876 876 877 877 .NOTPARALLEL: $(out).lst $(out)_unfetched $(out) 878 878 … … 1424 1424 # Adjust paths if we got a default path. 1425 1425 ifneq ($(defpath),) 1426 libpath := $(call abspathex,$(libpath) def $(target)_PATH)1426 libpath := $(call abspathex,$(libpath),$(defpath)) 1427 1427 objs := $(call abspathex,$(objs),$(defpath)) 1428 1428 deps := $(call abspathex,$(deps),$(defpath))
Note:
See TracChangeset
for help on using the changeset viewer.