summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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