summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-04 18:10:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-04 18:10:24 +0100
commitb047da059a1042a27ba68b1bdc50dd187bd362f4 (patch)
tree5529bdac03674fab07bb4335fc5ce4e5654c7497 /Makefile
parent5d93cc6de511d5330d0d0c7a0ebae8e6c9638e3d (diff)
update kernel to 2.6.32
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
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