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>
Tue, 22 Feb 2022 15:37:23 +0000 (16:37 +0100)
commitc0849c1d9c17ba96a37b67363b5551c065e9f50d
treea9915baf9b6f57825574c78bef697955a561ede2
parent418dc0497db02b1ccddf26009e16d42496b7f554
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 befpre running it.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
scripts/diffconfig.sh