From 892c7fe833fdd8f972d9ea423a456a1e90e60249 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 6 Jun 2016 22:43:42 +0200 Subject: fs/squashfs: split commands Now that we can properly printf a multi-line command, there is no need to use a single command to gnerate the squashfs image. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- fs/squashfs/squashfs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs') diff --git a/fs/squashfs/squashfs.mk b/fs/squashfs/squashfs.mk index a71d9cc57b..eadbb8fe8f 100644 --- a/fs/squashfs/squashfs.mk +++ b/fs/squashfs/squashfs.mk @@ -26,7 +26,7 @@ endif define ROOTFS_SQUASHFS_CMD $(HOST_DIR)/usr/bin/mksquashfs $(TARGET_DIR) $@ -noappend \ - $(ROOTFS_SQUASHFS_ARGS) && \ + $(ROOTFS_SQUASHFS_ARGS) chmod 0644 $@ endef -- cgit v1.2.1