mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 04:34:35 +03:00
IWYU update (FreeBSD)
This commit is contained in:

committed by
BenBE

parent
7cf5277594
commit
f5c3349bdb
@ -7,4 +7,12 @@
|
||||
{ include: ["<bits/types/struct_tm.h>", "private", "<time.h>", "public"] },
|
||||
|
||||
{ include: ["<bits/getopt_core.h>", "private", "<unistd.h>", "public"] },
|
||||
|
||||
{ include: ["<sys/signal.h>", "private", "<signal.h>", "public"] },
|
||||
|
||||
{ include: ["<sys/_stdarg.h>", "private", "<stdarg.h>", "public"] },
|
||||
|
||||
{ include: ["<sys/limits.h>", "private", "<limits.h>", "public"] },
|
||||
|
||||
{ include: ["<x86/_inttypes.h>", "private", "<inttypes.h>", "public"] },
|
||||
]
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user