Makefile: Update error if building real-all when NOCOMPILE is set
commite28c71802d338ecc831776ed3d963a3cfc8ad302
authorMartin Roth <gaumless@gmail.com>
Wed, 22 Jun 2022 23:49:31 +0000 (22 17:49 -0600)
committerMartin L Roth <gaumless@tutanota.com>
Tue, 28 Jun 2022 02:34:44 +0000 (28 02:34 +0000)
treeb6646befc564cbe10c0e9acefd4bca78e34192e1
parentf6abb9ef8d958be24e349a14683d49a50fddc712
Makefile: Update error if building real-all when NOCOMPILE is set

The real-all target here had never been updated since the original
NOCOMPILE, which only depended on DOTCONFIG.  Since the reasons that
the NOCOMPILE flag can be set is much larger now, the error given no
longer matches the possible issues.
Give the reason for the failure (nocompile is set), some debug info,
and ask the user to file a bug.

We shouldn't really ever run across this, but I just saw it when I was
working on the NOCOMPILE code.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I5b4be3349fb4cf2d3a8a2a7c183b7a205b9e8733
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65319
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Makefile