summaryrefslogtreecommitdiff
path: root/mk/rootfs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/rootfs.mk')
-rw-r--r--mk/rootfs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/rootfs.mk b/mk/rootfs.mk
index 82d70a0..1f7bebf 100644
--- a/mk/rootfs.mk
+++ b/mk/rootfs.mk
@@ -68,12 +68,12 @@ ROOTFS_STRIPPED_FILES += `[ -d $$ROOTFS/usr/libexec ] && find $$ROOTFS/usr/libex
endif
rootfs_build:
- $(call EMBTK_GENERIC_MESSAGE,"Building selected root filesystems...")
+ $(call embtk_generic_message,"Building selected root filesystems...")
@$(MAKE) rootfs_clean mkinitialrootfs $(ROOTFS_HOSTTOOLS-y) \
$(ROOTFS_COMPONENTS-y) build_rootfs_devnodes rootfs_fill \
build_tarbz2_rootfs $(FILESYSTEMS-y)
$(Q)rm -rf $(ROOTFS)
- $(call EMBTK_GENERIC_MESSAGE,"Build of selected root filesystems \
+ $(call embtk_generic_message,"Build of selected root filesystems \
ended successfully!")
rootfs_fill:
@@ -103,7 +103,7 @@ endif
@-cp -R $(SYSROOT)/etc/* $(ROOTFS)/etc/ >/dev/null 2>/dev/null
@cp -R $(SYSROOT)/root $(ROOTFS)/
ifeq ($(CONFIG_EMBTK_TARGET_STRIPPED),y)
- $(call EMBTK_GENERIC_MESSAGE,"Stripping binaries as specified...")
+ $(call embtk_generic_message,"Stripping binaries as specified...")
@-$(FAKEROOT_BIN) -i $(EMBTK_ROOT)/.fakeroot.001 -- \
$(TARGETSTRIP) $(ROOTFS_STRIPPED_FILES) >/dev/null 2>&1
endif