diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-04 00:27:07 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-04 00:27:07 +0100 |
commit | f991debebbd17225a6302b7bcd51101b0f41a621 (patch) | |
tree | 4ee66eb97506721cd5ad48c0582563b6863afc75 /Makefile | |
parent | 4f8d0c38d0429b26dbc8c3035cf212b22ac2b516 (diff) |
finetune make bulk
add bulk targets for allmodconfig/allconfig.
add more targets to the bulk list.
use a separate .cfg directory for target-libc combinations.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -144,6 +144,12 @@ package_index: .prereq_done bulk: .prereq_done @${GMAKE_INV} bulk +bulkall: .prereq_done + @${GMAKE_INV} bulkall + +bulkallmod: .prereq_done + @${GMAKE_INV} bulkallmod + menu: .prereq_done @${GMAKE_INV} menu |