From 384ec11a85ea57579a772e9dffd3c3b721a78ecd Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Thu, 17 Dec 2020 15:17:01 +0300 Subject: include everything from BUILDDIR, e.g. config_host/* ... otherwise any change in config that modifies those does not trigger related units to be rebuilt Change-Id: I680fc1e004208f7ccc752186d5e765560dffebf9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107875 Tested-by: Jenkins Reviewed-by: Mike Kaganski (cherry picked from commit 6a1555d2011032100dc0f37bb2298f3c555d3b45) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107912 Reviewed-by: Michael Stahl --- solenv/gbuild/platform/filter-showIncludes.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/gbuild/platform/filter-showIncludes.awk b/solenv/gbuild/platform/filter-showIncludes.awk index 7803e376c9ed..9f5cabd1085b 100755 --- a/solenv/gbuild/platform/filter-showIncludes.awk +++ b/solenv/gbuild/platform/filter-showIncludes.awk @@ -35,7 +35,7 @@ BEGIN { # to match especially drive letters in allowlist case insensitive IGNORECASE = 1 allowlist = \ - "^(" ENVIRON["SRCDIR"] "|" ENVIRON["WORKDIR"] ")" + "^(" ENVIRON["SRCDIR"] "|" ENVIRON["BUILDDIR"] ")" firstline = 1 } -- cgit