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" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2016-06-06 22:43:42 +02:00 committed by Thomas Petazzoni
parent 2e725848c3
commit 892c7fe833

View File

@ -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