solenv/gbuild/platform/filter-showIncludes.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 384ec11a85ea57579a772e9dffd3c3b721a78ecd Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Dec 17 15:17:01 2020 +0300 Commit: Michael Stahl <michael.st...@cib.de> CommitDate: Fri Dec 18 20:19:54 2020 +0100 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 <mike.kagan...@collabora.com> (cherry picked from commit 6a1555d2011032100dc0f37bb2298f3c555d3b45) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107912 Reviewed-by: Michael Stahl <michael.st...@cib.de> 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 } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits