You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/tools
Sebastian Kemper 1f0063b58c rules.mk: remove "$(STAGING_DIR)/include"
"$(STAGING_DIR)/include" was carried over from buildroot-ng to OpenWrt
in commit 60c1f0f64d. buildroot has
dropped this directory a long time ago.

In OpenWrt the directory is still created by the PrepareStaging macro
and is part of the default TARGET_CPPFLAGS. But nothing at all installs
headers into this directory, nor should anything be installed under this
path.

Removing this directory from TARGET_CPPFLAGS will cut down the log noise
a bit. Not only will CPPFLAGS be shorter, there will be less warnings
set off by "-Wmissing-include-dirs" (or even failures when paired with
"-Werror"). After all the directory does not even _exist_ in the SDKs,
which are used on the build bots when building packages (see [1] and
[2]).

make[8]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-aarch64_generic_musl/libmbim-1.20.0/src/common'
  CC       libmbim_common_la-mbim-common.lo
cc1: error: /builder/shared-workdir/build/sdk/staging_dir/target-aarch64_generic_musl/include: No such file or directory [-Werror=missing-include-dirs]
cc1: all warnings being treated as errors

[1] https://github.com/openwrt/packages/issues/10377
[2] https://github.com/openwrt/packages/pull/10378

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Acked-by: Jo-Philipp Wich <jo@mein.io>
Acked-by: Rosen Penev <rosenp@gmail.com>
5 years ago
..
autoconf treewide: clean up download hashes 7 years ago
automake add PKG_CPE_ID ids to package and tools 7 years ago
b43-tools tools/b43-tools/b43-fwsquash: convert to Python 3 with 2-to-3 5 years ago
bc Revert "bc: update to 1.07.1" 5 years ago
bison tools/bison: Update to 3.4.1 5 years ago
cbootimage tools: add cbootimage for tegra 5 years ago
cbootimage-configs tools: add cbootimage-configs for tegra 5 years ago
ccache ccache: update to 3.7.4 5 years ago
cmake tools/cmake: Update to 3.15.1 5 years ago
coreutils tools/coreutils: install "touch" 5 years ago
dosfstools add PKG_CPE_ID ids to package and tools 7 years ago
e2fsprogs tools/e2fsprogs: Update to version 1.45.4 5 years ago
elftosb treewide: clean up download hashes 7 years ago
expat expat: Update to version 2.2.9 5 years ago
findutils tools: findutils: fix compilation with glibc 2.28 6 years ago
firmware-utils tools/mkrasimage: Add support for 128k header size 5 years ago
flex flex: Add a lex symlink 6 years ago
flock tools: flock: add NFSv4 compatibility 8 years ago
genext2fs treewide: clean up download hashes 7 years ago
gengetopt tools/gengetopt: Update to 2.23 5 years ago
gmp tools: gmp: Update to 6.1.2 7 years ago
include tools: Update endian definitions for Mac OSX 5 years ago
isl tools/isl: update to 0.20 5 years ago
kernel2minor tools: kernel2minor: update to latest version 6 years ago
libelf tools: libelf: fix headers to trigger -Wundef warnings 5 years ago
libressl tools: libressl: fix compilation for non-glibc clib (FS#2400) 5 years ago
libtool add PKG_CPE_ID ids to package and tools 7 years ago
lzma treewide: clean up download hashes 7 years ago
lzma-old tools/zlib: move zlib build to tools 6 years ago
m4 tools: m4: fix compilation with glibc 2.28 6 years ago
make-ext4fs make-ext4fs: update to HEAD of 2017-05-29 - eebda1 5 years ago
missing-macros tools: remove a bunch of unused automake macros 9 years ago
mkimage tools/mkimage: Update U-Boot to version 2019.07 5 years ago
mklibs tools/mklibs: update to 0.1.44 and convert to Python 3 5 years ago
mm-macros tools/mm-macros: Update to 0.9.12 6 years ago
mpc tools/mpc: Update to 1.1.0 6 years ago
mpfr tools/mpfr: Update to 4.0.2 5 years ago
mtd-utils tools/mtd-utils: update to 2.1.1 5 years ago
mtools tools/mtools: Update to 4.0.23 5 years ago
padjffs2 tools: padjffs2: add option to output padding data to stdout 8 years ago
patch tools/patch: apply upstream patch for cve-2019-13638 5 years ago
patch-image tools: patch-image: fix file descriptor leak. 7 years ago
patchelf treewide: clean up download hashes 7 years ago
pkg-config tools/pkg-config: Handle variable substitution of 'bindir' to redirect to STAGING_DIR/bin 6 years ago
qemu add PKG_CPE_ID ids to package and tools 7 years ago
quilt treewide: clean up download hashes 7 years ago
sdimage tools/sdimage: Fix build with host Linux headers < 3.18 5 years ago
sed tools/sed: Update to 4.7 5 years ago
sparse sparse: updated to version 0.5.2 6 years ago
squashfs add PKG_CPE_ID ids to package and tools 7 years ago
squashfskit4 tools/squashfskit: fix version detection on non-linux system 5 years ago
sstrip tools/sstrip: Fix compile under standard linux. 6 years ago
tar tools: tar: update to version 1.32 5 years ago
upslug2 upslug2: Update to git repository 5 years ago
wrt350nv2-builder tools: remove static linking support 9 years ago
xz tools/xz: Compile with PIC to fix linking errors 5 years ago
zip tools: zip: add option for reproducible archives 5 years ago
zlib tools: zlib: do not hardcode the install prefix in zlib.pc 6 years ago
Makefile rules.mk: remove "$(STAGING_DIR)/include" 5 years ago