summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-13 20:54:13 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-13 20:54:13 +0200
commit5b2e905def531c82d7b5300a828284bd762270ce (patch)
tree2ebe5aabd523a6cb333dc43e75f7d916c9aef7ec /mk/rootfs.mk
parent543189bb1fa84fcfcfce91f38afab38d0b7774af (diff)
downloadembtoolkit-5b2e905def531c82d7b5300a828284bd762270ce.tar.gz
embtoolkit-5b2e905def531c82d7b5300a828284bd762270ce.tar.bz2
embtoolkit-5b2e905def531c82d7b5300a828284bd762270ce.tar.xz
Rootfs: correct end build message
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/rootfs.mk')
-rw-r--r--mk/rootfs.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 2a43748..ded6487 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -48,6 +48,5 @@ endif
$(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) !!!")
+ $(call EMBTK_GENERIC_MESSAGE,"Build of root filesystem not selected !!!")
endif