kumquat-buildroot/support
Peter Korsgaard 446a6f91b2 make: configure host-make with host- prefix
Fixes:
http://autobuild.buildroot.net/results/e29/e293aadc692d2ed337881ef2172ddf66a60bc05c/

And many more.

Install as 'host-make' rather than just 'make', as that otherwise confuses a
number of packages when they invoke recursive / sub-make.  The internal job
control logic of GNU make is version dependant, so mixing versions may lead
to issues like:

make[1]: Entering directory `/home/peko/autobuild/instance-0/output/build/boa-0.94.14rc21'
(cd src && make -w --jobserver-fds=5,6 -j)
make: unrecognized option '--jobserver-fds=5,6'

With this rename, only packages explicitly opting in for our host-make
(using the BR2_MAKE / BR2_MAKE_HOST_DEPENDENCY logic) will use it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-11-20 08:17:43 +01:00
..
config-fragments support/config-fragments/autobuild: test the ARM AArch64 toolchain 2018-10-20 17:12:27 +02:00
dependencies make: configure host-make with host- prefix 2018-11-20 08:17:43 +01:00
docker support/docker: use the distro-provided flake8 2018-06-17 20:54:02 +02:00
download download/git: fix code-style 2018-09-10 22:44:26 +02:00
gnuconfig support/gnuconfig: bump version to 2016-05-15 2016-06-05 22:26:57 +02:00
kconfig kconfig: Refresh patches 2018-10-30 20:58:54 +01:00
legal-info legal-info: add hash for our own license file 2017-07-05 16:31:40 +02:00
libtool support/libtool: add patch for newer versions 2014-12-21 13:21:56 +01:00
misc Merge branch 'next' 2018-09-07 13:13:17 +02:00
scripts support/scripts/mkmakefile: make wrapper silent by default 2018-11-02 21:23:02 +01:00
testing fs: don't use an intermediate tarball 2018-11-13 00:47:36 +01:00