diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-04 21:37:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-04 21:37:01 +0100 |
commit | 9bacd09cc5280924908fc4bba494856bbe37c47f (patch) | |
tree | 7a6d58d0887eda74012b461389db21015062c459 /Makefile | |
parent | 6045422139a0dbbefaf508b1343f11535d6b104e (diff) |
some more additions for gtk+ library porting
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -132,14 +132,12 @@ allconfig: .prereq_done allmodconfig: .prereq_done @${GMAKE_INV} _mconfig W=-o RCONFIG=Config.in -allmoddefconfig: .prereq_done - @if [ -z "$(TARGET)" ];then echo "You need to specify a target"; exit 1;fi - cp $(TOPDIR)/target/$(TARGET)/default.config $(TOPDIR)/.defconfig - @${GMAKE_INV} _mconfig W="-m -o -D .defconfig" RCONFIG=Config.in - package_index: .prereq_done @${GMAKE_INV} package_index +bulk: .prereq_done + @${GMAKE_INV} bulk + world: .prereq_done @${GMAKE_INV} world |