Changeset 2887
- Timestamp:
- Sep 6, 2016, 4:33:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r2813 r2887 1609 1609 1610 1610 1611 # 1612 # Mark the output and temporary directories as volatile on windows. 1613 # 1614 # This automatically means the directories not listed here are considered 1615 # static and won't be invalidated once we start running compile jobs. 1616 # 1617 ifeq ($(KBUILD_HOST),win) 1618 if $(KBUILD_KMK_REVISION) >= 2886 1619 $(dircache-ctl volatile, $(PATH_OUT_BASE), $(PATH_OUT), $(TEMP), $(TMP), $(TMPDIR), $(TMP)) 1620 endif 1621 endif 1622 1611 1623 1612 1624 ifdef KBUILD_PROFILE_SELF
Note:
See TracChangeset
for help on using the changeset viewer.