From 0b4cc5eaddfbcbca724c2b167b0f7103c50fbfae Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 29 Jan 2011 16:29:49 +0100 Subject: use portable STATCMD --- target/cris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/cris') diff --git a/target/cris/Makefile b/target/cris/Makefile index 80ec16d6a..9255cede9 100644 --- a/target/cris/Makefile +++ b/target/cris/Makefile @@ -24,7 +24,7 @@ ifeq ($(ADK_TARGET_FS),squashfs) imageinstall: kernel-install $(BUILD_DIR)/$(ROOTFSSQUASHFS) dd if=${BUILD_DIR}/${ROOTFSSQUASHFS} of=${BIN_DIR}/${ROOTFSSQUASHFS} \ bs=4063232 conv=sync $(MAKE_TRACE) - @if [ $$(stat --format=%s ${BIN_DIR}/${ROOTFSSQUASHFS}) -gt 4063232 ];then \ + @if [ $$($(STATCMD) ${BIN_DIR}/${ROOTFSSQUASHFS}) -gt 4063232 ];then \ echo 'Image is too big!'; \ else \ echo 'Use sudo ./boot_linux -F -i $(ROOTFSSQUASHFS) to flash'; \ -- cgit v1.2.3