summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-06-22 10:16:31 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-22 13:33:35 +0200
commit4cea80db3f2a812672004915614530f8c86c41d5 (patch)
tree381b457cf1a0f63af6c453eba27e455e6aa2dfce /bin
parent438c0ed5ea4116e93eb2167a53a740ba5097565f (diff)
update externals in bin/gen-iwyu-dummy-lib script
tde and mozilla externals are gone. breakpad, bzip2 and mDNSResponder are omitted. filter out 'orcus-parser\' line, 'orcus-parser' is still in iwyu_EXTERNALS Change-Id: Ida7155b8b00b651146c4307286e9eafbdadb5917 Reviewed-on: https://gerrit.libreoffice.org/39092 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gen-iwyu-dummy-lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gen-iwyu-dummy-lib b/bin/gen-iwyu-dummy-lib
index faa61e762c33..0b56a1c867b0 100755
--- a/bin/gen-iwyu-dummy-lib
+++ b/bin/gen-iwyu-dummy-lib
@@ -24,7 +24,7 @@ iwyu_INCLUDEDIRS=$(echo "$iwyu_INCLUDES" | sed -e "s,/[^/]*$,," | grep -v "^incl
iwyu_EXTERNALS=$(ls "$SRCDIR"/*/*Library*mk "$SRCDIR"/*/*Executable*mk \
| xargs awk -f "$SRCDIR"/bin/gen-iwyu-dummy-lib.awk \
- | grep -v '$(\|)\|tde\|expat_x64\|zlib_x64\|mozilla\|apr\|serf')
+ | grep -v '$(\|)\|\\$\|apr\|breakpad\|bzip2\|expat_x64\|mDNSResponder\|serf\|zlib_x64')
iwyu_DIR="$BUILDDIR"/iwyudummy/
mkdir -p "$iwyu_DIR"