diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 15:01:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 15:01:01 +0200 |
commit | a8906d4f260c70342b644f36f8dd06dcdc1bae4f (patch) | |
tree | eafcc8f792b29baf5b0f9d4de82f1fca6d1daad7 /Makefile | |
parent | 2d410f5d6775bf58eb86d2bd9af22cb6d23777a9 (diff) |
fix allmodconfig after fresh checkout
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |