summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-25 21:18:50 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-01-25 21:18:50 +0100
commitdd97670824096c49721f5c30905cb8184d422186 (patch)
tree1297478a5c7e8ddf470055878264c6429d2fb500 /mk
parentd7261428d3c3d0c4916fe7ffaad52ec3ae9d1633 (diff)
downloadembtoolkit-dd97670824096c49721f5c30905cb8184d422186.tar.gz
embtoolkit-dd97670824096c49721f5c30905cb8184d422186.tar.bz2
embtoolkit-dd97670824096c49721f5c30905cb8184d422186.tar.xz
Build system rootfs: print that we are going to build initramfs
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/fs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/fs.mk b/mk/fs.mk
index a3006b4..07710f7 100644
--- a/mk/fs.mk
+++ b/mk/fs.mk
@@ -91,6 +91,7 @@ __embtk_mkinitramfs := $(EMBTK_ROOT)/scripts/mkinitramfs
__embtk_initramfs_rootdir = $(strip $(1))
__embtk_initramfs_rootfs = $(strip $(2))
define embtk_rootfs_mkinitramfs
+ $(call embtk_pinfo,"Generating INITRAMFS rootfs...")
$(FAKEROOT_BIN) -i $(FAKEROOT_ENV_FILE) -- \
$(__embtk_mkinitramfs) \
$(__embtk_initramfs_rootdir) \