diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 15:48:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 15:48:20 +0200 |
commit | 193b22572729bcebb06d6b4ab728458faa1b6900 (patch) | |
tree | d5bceee791dc91860c5a21d462040629770c19e6 /Makefile | |
parent | c03b0a9b30d5a9dce70bad7b6838797dfd577685 (diff) | |
parent | a8906d4f260c70342b644f36f8dd06dcdc1bae4f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 |