From a8906d4f260c70342b644f36f8dd06dcdc1bae4f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 18 Jul 2013 15:01:01 +0200 Subject: fix allmodconfig after fresh checkout --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3907452b9..850a67283 100644 --- a/Makefile +++ b/Makefile @@ -135,6 +135,8 @@ allconfig: .prereq_done @${GMAKE_INV} _mconfig W=-y RCONFIG=Config.in allmodconfig: .prereq_done + @${BASH} ${TOPDIR}/scripts/update-sys + @${BASH} ${TOPDIR}/scripts/update-pkg @${GMAKE_INV} _mconfig W=-o RCONFIG=Config.in package_index: .prereq_done -- cgit v1.2.3