coreboot-kgpe-d16/payloads/external
Nico Huber a2ab1fd0ff payloads/external/GRUB2: Sanitize Makefile
We were explicitly passing CC and TARGET_CC to configure but overwrote
that decision later by passing CC (with the value of TARGET_CC) directly
to a recursive make call. The latter overwrite was introduced because
`unexport` alone doesn't work on variables that were specified on a make
command line (they are added to MAKEOVERRIDES and passed to further re-
cursive make calls).

Instead of unexporting random variables, unexport those that were actu-
ally passed from payloads/external/Makefile.inc and clear MAKEOVERRIDES.
Do not pass OBJDUMP as that is nowhere to be found in the GRUB sources.
And, last but not least, add --disable-werror because building GRUB is
very susceptible to changes in the flex version.

Change-Id: Iaff2c72e89a5a540fe365eacb84811d5cff9d4d4
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/20990
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
2017-08-15 14:22:51 +00:00
..
FILO Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
GRUB2 payloads/external/GRUB2: Sanitize Makefile 2017-08-15 14:22:51 +00:00
Memtest86Plus payloads/external/Memtest86Plus: Update stable to latest commit 2016-09-26 21:45:32 +02:00
SeaBIOS payloads: change coreboot to lowercase 2017-06-07 12:08:55 +02:00
U-Boot Use more secure HTTPS URLs for coreboot sites 2017-06-07 12:04:50 +02:00
depthcharge payloads/depthcharge: Fix clean target 2017-07-26 19:30:59 +00:00
iPXE payloads/external/iPXE: Update stable version 2017-04-14 16:27:42 +02:00
linux payloads: Reorganize Kconfig for external payloads 2015-07-07 22:49:47 +02:00
tianocore payloads/external/tianocore: Add and apply patches for tianocore 2017-08-11 15:40:31 +00:00
tint tint: Add USB support 2017-03-19 21:38:22 +01:00
Makefile.inc payloads/external/GRUB2: Sanitize Makefile 2017-08-15 14:22:51 +00:00