[Libreoffice-commits] core.git: bin/gen-iwyu-dummy-lib

Jochen Nitschke j.nitschke+logerrit at ok.de
Thu Jun 22 11:33:58 UTC 2017


 bin/gen-iwyu-dummy-lib |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4cea80db3f2a812672004915614530f8c86c41d5
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Thu Jun 22 10:16:31 2017 +0200

    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 at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

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"


More information about the Libreoffice-commits mailing list