scripts/diffconfig.sh: ensure config/conf is built
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 21 Feb 2022 17:44:43 +0000 (14:44 -0300)
committerPetr Štetiar <ynezz@true.cz>
Sat, 26 Feb 2022 12:36:30 +0000 (13:36 +0100)
commit65c28d7a6750b5f73328736414902e58339b0784
tree862faf289b8c768e5c7d20077e3c07c2ba3d4c44
parentfe1ecf1fcbc00642b60f00f95640c17787cc9c62
scripts/diffconfig.sh: ensure config/conf is built

diffconfig.sh runs ./scripts/config/conf, but it does not get built
with 'make {menu,x,n}config.  Call 'make ./scripts/config/conf' to
ensure it's been built before running it, aborting in case of failure.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>[removed Fixes: due revert]
scripts/diffconfig.sh