From 9bacd09cc5280924908fc4bba494856bbe37c47f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 4 Dec 2009 21:37:01 +0100 Subject: some more additions for gtk+ library porting --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 79064a3f0..eaddd6ca3 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3