summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-21 13:22:47 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-21 13:22:47 +0200
commit266580e4ee1212b46c24eebc10f0b4b94634edb6 (patch)
treeb410fb6326995f789154d218f003a4eb0915693a /Makefile
parent1593f6ee4f51364ff4f19e862a2bec27c1215cb6 (diff)
downloadembtoolkit-266580e4ee1212b46c24eebc10f0b4b94634edb6.tar.gz
embtoolkit-266580e4ee1212b46c24eebc10f0b4b94634edb6.tar.bz2
embtoolkit-266580e4ee1212b46c24eebc10f0b4b94634edb6.tar.xz
Fix ugly bug which leads embtk to enter in a infinite loop
Fix ugly bug which leads embtk to enter in a infinite loop. This bug come from f0597cd66d635e1ef3c0a413756ec68732e631a9 Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7cab64..3b9bf83 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,10 @@ clean: rmallpath
$(Q)$(MAKE) -f scripts/Makefile.clean obj=scripts/basic
$(Q)rm -rf .config kbuild.log .fakeroot*
-startbuild: buildtoolchain host_packages_build rootfs_build successful_build
+startbuild:
+ $(call EMBTK_GENERIC_MESSAGE,"Starting build of selected features ...")
+ @$(MAKE) buildtoolchain host_packages_build symlink_tools \
+ rootfs_build successful_build
include mk/macros.mk
include mk/target-mcu.mk