From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Tue, 6 Nov 2018 08:59:10 +0100 Subject: [Buildroot] [PATCH 1/2] ngrep: bump to version 1.47 In-Reply-To: <616d82b7-c580-49cd-b4bf-ad1b6da2368b@mind.be> References: <20181101132326.13015-1-fontaine.fabrice@gmail.com> <20181103224222.229c064a@windsurf> <20181104111953.08d765e0@windsurf> <87lg69nkjx.fsf@tkos.co.il> <616d82b7-c580-49cd-b4bf-ad1b6da2368b@mind.be> Message-ID: <20181106085910.665564c3@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, On Tue, 6 Nov 2018 01:14:48 +0100, Arnout Vandecappelle wrote: > Since we don't really want to pass any flags from Buildroot down to the package > build systems, perhaps we should just set > > override MAKE := make > > at the top of package/Makefile.in? I've done a quick test, and it seems to fix > the boa issue at least. > > This would revert the following commit though: > > commit 4705b600764c683e934da7db54f7971a3c647e8a > Author: Ulf Samuelsson > Date: Tue Jul 17 14:09:07 2007 > > Ensure we use host 'make', even when building 'make' in buildroot > > but that doesn't explain why it is not wanted to use the Buildroot-built make... But then it would mean that if you have a build like this: packageA packageB packageC host-make packageD packageE packageF then package{A,B,C} would be built with the system-provided make, and then package{D,E,F} would be built with host-make ? Is this really a desirable situation ? Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com