kumquat-buildroot/support
Cyril Bur 22c4abd144 support/scripts/pkg-stats: Don't print directory in 'make' call
It is possible that some users of buildroot have put it in a repository
and call into it from another Makefile such as:
.DEFAULT:
	$(MAKE) O=$(abspath $(O)) -C buildroot $(@)

This technique works well except that Make tells us that it changes into
the buildroot directory:
make[1]: Entering directory 'buildroot'

Because this line doesn't have an equals within it, python raises a
ValueError exception within pkg-stats.

This patch has python tell the invoked make not to print directories

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit c988867fd2)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-01-14 17:40:29 +01:00
..
config-fragments support/scripts/gen-bootlin-toolchains: correct xtensa-lx60 toolchain dependencies 2021-03-02 23:52:49 +01:00
dependencies support/dependencies: avoid spurious warning on print-vars 2021-12-12 23:12:38 +01:00
docker support/docker: drop use of Docker hub, use Gitlab registry 2021-12-11 23:55:39 +01:00
download support/download: fix tarball generation with symlinks pointing to ./something 2021-03-24 10:42:04 +01:00
gnuconfig support/gnuconfig: fix previous version bump 2020-09-27 18:30:05 +02:00
kconfig support/kconfig: fix compiler warnings 2021-10-07 08:22:15 +02:00
legal-info core/legal-info: update list of saved material in README 2020-01-18 18:38:42 +01:00
libtool
misc Update for 2021.02.8 2021-12-14 18:02:50 +01:00
scripts support/scripts/pkg-stats: Don't print directory in 'make' call 2022-01-14 17:40:29 +01:00
testing support/testing: test_openssh: use Bootlin stable toolchain 2021-11-17 22:09:01 +01:00