From 086f333f39cdbc0762917272e4c9bb87344fb51a Mon Sep 17 00:00:00 2001 From: Jerzy Grzegorek Date: Thu, 6 Jun 2013 21:54:13 +0000 Subject: Normalize separator size to 80 Signed-off-by: Jerzy Grzegorek Signed-off-by: Peter Korsgaard --- fs/cloop/cloop.mk | 4 ++-- fs/cpio/cpio.mk | 4 ++-- fs/cramfs/cramfs.mk | 4 ++-- fs/ext2/ext2.mk | 4 ++-- fs/initramfs/initramfs.mk | 4 ++-- fs/iso9660/iso9660.mk | 4 ++-- fs/jffs2/jffs2.mk | 4 ++-- fs/romfs/romfs.mk | 4 ++-- fs/squashfs/squashfs.mk | 4 ++-- fs/tar/tar.mk | 4 ++-- fs/ubifs/ubi.mk | 4 ++-- fs/ubifs/ubifs.mk | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) (limited to 'fs') diff --git a/fs/cloop/cloop.mk b/fs/cloop/cloop.mk index c91868407..f783adeb0 100644 --- a/fs/cloop/cloop.mk +++ b/fs/cloop/cloop.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # Build the compressed loop root filesystem image # -############################################################# +################################################################################ ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit diff --git a/fs/cpio/cpio.mk b/fs/cpio/cpio.mk index 5bcec1390..0df23785b 100644 --- a/fs/cpio/cpio.mk +++ b/fs/cpio/cpio.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # cpio to archive target filesystem # -############################################################# +################################################################################ ifeq ($(BR2_ROOTFS_DEVICE_CREATION_STATIC),y) diff --git a/fs/cramfs/cramfs.mk b/fs/cramfs/cramfs.mk index 4f737ddb2..402d19ffb 100644 --- a/fs/cramfs/cramfs.mk +++ b/fs/cramfs/cramfs.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # Build the cramfs root filesystem image # -############################################################# +################################################################################ ifeq ($(BR2_ENDIAN),"BIG") CRAMFS_OPTS=-b diff --git a/fs/ext2/ext2.mk b/fs/ext2/ext2.mk index d74f31e28..cad5b42d6 100644 --- a/fs/ext2/ext2.mk +++ b/fs/ext2/ext2.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # Build the ext2 root filesystem image # -############################################################# +################################################################################ EXT2_OPTS := diff --git a/fs/initramfs/initramfs.mk b/fs/initramfs/initramfs.mk index f1eb8b6e6..fe426cc3d 100644 --- a/fs/initramfs/initramfs.mk +++ b/fs/initramfs/initramfs.mk @@ -1,9 +1,9 @@ -############################################################# +################################################################################ # # Build a kernel with an integrated initial ramdisk # filesystem based on cpio. # -############################################################# +################################################################################ ROOTFS_INITRAMFS_DEPENDENCIES += rootfs-cpio diff --git a/fs/iso9660/iso9660.mk b/fs/iso9660/iso9660.mk index 029c0dd94..0a10512d9 100644 --- a/fs/iso9660/iso9660.mk +++ b/fs/iso9660/iso9660.mk @@ -1,11 +1,11 @@ -############################################################# +################################################################################ # # Build the iso96600 root filesystem image # # Cannot be converted to the ROOTFS_TARGET infrastructure, because of # the temporary construction in ISO9660_TARGET_DIR. # -############################################################# +################################################################################ ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660 ISO9660_BOOT_MENU:=$(call qstrip,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU)) diff --git a/fs/jffs2/jffs2.mk b/fs/jffs2/jffs2.mk index b5423a8cb..0232199be 100644 --- a/fs/jffs2/jffs2.mk +++ b/fs/jffs2/jffs2.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # Build the jffs2 root filesystem image # -############################################################# +################################################################################ JFFS2_OPTS := -e $(BR2_TARGET_ROOTFS_JFFS2_EBSIZE) SUMTOOL_OPTS := $(JFFS2_OPTS) diff --git a/fs/romfs/romfs.mk b/fs/romfs/romfs.mk index 1a9f49927..63eb99448 100644 --- a/fs/romfs/romfs.mk +++ b/fs/romfs/romfs.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # Build the romfs root filesystem image # -############################################################# +################################################################################ ROMFS_TARGET=$(IMAGE).romfs diff --git a/fs/squashfs/squashfs.mk b/fs/squashfs/squashfs.mk index d4b56f495..ae5182a1a 100644 --- a/fs/squashfs/squashfs.mk +++ b/fs/squashfs/squashfs.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # Build the squashfs root filesystem image # -############################################################# +################################################################################ ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4),y) ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs diff --git a/fs/tar/tar.mk b/fs/tar/tar.mk index 1d327fa86..9fecf7392 100644 --- a/fs/tar/tar.mk +++ b/fs/tar/tar.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # tar to archive target filesystem # -############################################################# +################################################################################ TAR_OPTS:=$(BR2_TARGET_ROOTFS_TAR_OPTIONS) diff --git a/fs/ubifs/ubi.mk b/fs/ubifs/ubi.mk index e9033e874..08c952c29 100644 --- a/fs/ubifs/ubi.mk +++ b/fs/ubifs/ubi.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # Embed the ubifs image into an ubi one # -############################################################# +################################################################################ UBI_UBINIZE_OPTS := -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE) UBI_UBINIZE_OPTS += -p $(BR2_TARGET_ROOTFS_UBI_PEBSIZE) diff --git a/fs/ubifs/ubifs.mk b/fs/ubifs/ubifs.mk index dca2e04fb..f1e4126e8 100644 --- a/fs/ubifs/ubifs.mk +++ b/fs/ubifs/ubifs.mk @@ -1,8 +1,8 @@ -############################################################# +################################################################################ # # Build the ubifs root filesystem image # -############################################################# +################################################################################ UBIFS_OPTS := -e $(BR2_TARGET_ROOTFS_UBIFS_LEBSIZE) -c $(BR2_TARGET_ROOTFS_UBIFS_MAXLEBCNT) -m $(BR2_TARGET_ROOTFS_UBIFS_MINIOSIZE) -- cgit v1.2.3