summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-16 22:47:15 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-16 22:47:15 +0200
commit89dfd7dd3331804c15c4181094e5cfcfd10c66bc (patch)
treece1304fdf439548a02d319adb79b0911696bb947
parentfb7e134ba8710aef1ae51cb80193e82148913da4 (diff)
downloadembtoolkit-89dfd7dd3331804c15c4181094e5cfcfd10c66bc.tar.gz
embtoolkit-89dfd7dd3331804c15c4181094e5cfcfd10c66bc.tar.bz2
embtoolkit-89dfd7dd3331804c15c4181094e5cfcfd10c66bc.tar.xz
Use successful_build target instead of announce it after rootfs build
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--Makefile2
-rw-r--r--mk/rootfs.mk3
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a415e23..6d6ea54 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ clean: rmallpath
$(Q)$(MAKE) -f scripts/Makefile.clean obj=scripts/basic
$(Q)rm -rf .config kbuild.log .fakeroot*
-startbuild: buildtoolchain rootfs_build
+startbuild: buildtoolchain rootfs_build successful_build
include mk/macros.mk
include mk/target-mcu.mk
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 479301d..d675fc4 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -45,8 +45,7 @@ endif
cd $(ROOTFS) ; $(FAKEROOT_BIN) -i $(EMBTK_ROOT)/.fakeroot.001 -- \
tar cjf rootfs-$(STRICT_GNU_TARGET).tar.bz2 * ; \
mv rootfs-$(STRICT_GNU_TARGET).tar.bz2 $(EMBTK_ROOT)
- $(call EMBTK_GENERIC_MESSAGE,"You successfully built your toolchain and your root filesystem for $(GNU_TARGET) !!!")
else
rootfs_build:
- $(call EMBTK_GENERIC_MESSAGE,"Build of root filesystem not selected !!!")
+
endif