From f5c3349bdb9cae2eec5adb9892445d3a1b482ec4 Mon Sep 17 00:00:00 2001 From: Christian Goettsche Date: Wed, 18 Nov 2020 15:12:18 +0100 Subject: IWYU update (FreeBSD) --- iwyu/htop.imp | 8 ++++++++ iwyu/run_iwyu.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'iwyu') diff --git a/iwyu/htop.imp b/iwyu/htop.imp index c95bfaff..7fe432c4 100644 --- a/iwyu/htop.imp +++ b/iwyu/htop.imp @@ -7,4 +7,12 @@ { include: ["", "private", "", "public"] }, { include: ["", "private", "", "public"] }, + + { include: ["", "private", "", "public"] }, + + { include: ["", "private", "", "public"] }, + + { include: ["", "private", "", "public"] }, + + { include: ["", "private", "", "public"] }, ] diff --git a/iwyu/run_iwyu.sh b/iwyu/run_iwyu.sh index 37843dcf..6139ebec 100755 --- a/iwyu/run_iwyu.sh +++ b/iwyu/run_iwyu.sh @@ -11,4 +11,4 @@ IWYU=${IWYU:-iwyu} cd "$SOURCEDIR" || exit make clean -make --keep-going --silent CC="$IWYU" CFLAGS="-Xiwyu --no_comments -Xiwyu --no_fwd_decl -Xiwyu --mapping_file='$SCRIPTDIR/htop.imp' $PKG_NL3" +make -k -s CC="$IWYU" CFLAGS="-Xiwyu --no_comments -Xiwyu --no_fwd_decl -Xiwyu --mapping_file='$SCRIPTDIR/htop.imp' $PKG_NL3" -- cgit v1.2.3