From: Ricardo Martincoski Date: Sun, 1 Apr 2018 05:08:20 +0000 (-0300) Subject: fs/*/*.mk: fix code style X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65e37439450808f0a18c4f45dafe4b915c23aa63;p=buildroot.git fs/*/*.mk: fix code style The header of the initramfs.mk file fits in one line, so rearrange it. Remove consecutive empty line. Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- diff --git a/fs/initramfs/initramfs.mk b/fs/initramfs/initramfs.mk index b8dee18ec5..c751093214 100644 --- a/fs/initramfs/initramfs.mk +++ b/fs/initramfs/initramfs.mk @@ -1,7 +1,6 @@ ################################################################################ # -# Build a kernel with an integrated initial ramdisk -# filesystem based on cpio. +# Build a kernel with an integrated initial ramdisk filesystem based on cpio. # ################################################################################ diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk index b33cf4cd8a..a129655ce3 100644 --- a/fs/iso9660/iso9660.mk +++ b/fs/iso9660/iso9660.mk @@ -128,7 +128,6 @@ ROOTFS_ISO9660_PRE_GEN_HOOKS += ROOTFS_ISO9660_DISABLE_EXTERNAL_INITRD endif # ROOTFS_ISO9660_USE_INITRD - define ROOTFS_ISO9660_CMD $(HOST_DIR)/bin/genisoimage -J -R -b $(ROOTFS_ISO9660_BOOT_IMAGE) \ -no-emul-boot -boot-load-size 4 -boot-info-table \