summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/rootfs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 1a359cb..2a43748 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -45,7 +45,9 @@ 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 $(GNU_TARGET) !!!")
else
rootfs_build:
@echo "Build of root filesystem not selected ..."
+ $(call EMBTK_GENERIC_MESSAGE,"You successfully built your toolchain for $(GNU_TARGET) !!!")
endif