Changeset 2887


Ignore:
Timestamp:
Sep 6, 2016, 4:33:15 PM (9 years ago)
Author:
bird
Message:

header.kmk: Mark the output and temp directories as volatile, leaving the rest of the file system as constant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r2813 r2887  
    16091609
    16101610
     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#
     1617ifeq ($(KBUILD_HOST),win)
     1618 if $(KBUILD_KMK_REVISION) >= 2886
     1619   $(dircache-ctl volatile, $(PATH_OUT_BASE), $(PATH_OUT), $(TEMP), $(TMP), $(TMPDIR), $(TMP))
     1620 endif
     1621endif
     1622
    16111623
    16121624ifdef KBUILD_PROFILE_SELF
Note: See TracChangeset for help on using the changeset viewer.