]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Normalize separator size to 80
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Thu, 6 Jun 2013 21:54:13 +0000 (21:54 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 7 Jun 2013 08:54:54 +0000 (10:54 +0200)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
26 files changed:
boot/at91bootstrap/at91bootstrap.mk
boot/at91bootstrap3/at91bootstrap3.mk
boot/at91dataflashboot/at91dataflashboot.mk
boot/barebox/barebox.mk
boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk
boot/grub/grub.mk
boot/lpc32xxcdl/lpc32xxcdl.mk
boot/mxs-bootlets/mxs-bootlets.mk
boot/syslinux/syslinux.mk
boot/uboot/uboot.mk
boot/xloader/xloader.mk
fs/cloop/cloop.mk
fs/cpio/cpio.mk
fs/cramfs/cramfs.mk
fs/ext2/ext2.mk
fs/initramfs/initramfs.mk
fs/iso9660/iso9660.mk
fs/jffs2/jffs2.mk
fs/romfs/romfs.mk
fs/squashfs/squashfs.mk
fs/tar/tar.mk
fs/ubifs/ubi.mk
fs/ubifs/ubifs.mk
toolchain/elf2flt/elf2flt.mk
toolchain/kernel-headers/kernel-headers.mk
toolchain/uClibc/uclibc.mk

index 9d5c125c8cadcc4b5cadb30a44e33eda3ce84334..c5fd0999f950470932c8f98cec79456b4cf82ab8 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # at91bootstrap
 #
-#############################################################
+################################################################################
 
 AT91BOOTSTRAP_VERSION = 1.16
 AT91BOOTSTRAP_SITE = ftp://www.at91.com/pub/at91bootstrap/
index 32486be31d77e90b03ad02e6508c591ab0f60a05..4f74b1d9822e275550e58babd7a87a3be63bf1f3 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # at91bootstrap3
 #
-#############################################################
+################################################################################
 
 AT91BOOTSTRAP3_VERSION = 3.2
 AT91BOOTSTRAP3_SITE = \
index d224a4fb6626e9bed708ace7ed7d06fdaba953cf..2c2b4d9ca74a76019ad57b2252568a21aa7ddde1 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # at91dataflashboot
 #
-#############################################################
+################################################################################
 
 AT91DATAFLASHBOOT_VERSION = 1.05
 AT91DATAFLASHBOOT_SOURCE = DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).tar.bz2
index 113110ec829be0ac039b0035ec24acb77a45e938..9324c25c8f01d0a37602f124be69a2446e374857 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # barebox
 #
-#############################################################
+################################################################################
 
 BAREBOX_VERSION    = $(call qstrip,$(BR2_TARGET_BAREBOX_VERSION))
 
index 25c6bed76b908170248b1fd04da414a50edd6237..d9ddf4877fe77c2ba489300f82c4e7e800b63bf0 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # boot-wrapper-aarch64
 #
-#############################################################
+################################################################################
 
 BOOT_WRAPPER_AARCH64_VERSION        = 26b62f586020fd998c6efd43db657eaafeec14da
 BOOT_WRAPPER_AARCH64_SITE           = git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git
index 4a094bc47d93c2dfdebbd57bef273919c3d716fa..fd27620fa64d3579c94f5da22fea53f914067879 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # grub
 #
-#############################################################
+################################################################################
 
 GRUB_VERSION = 0.97
 GRUB_SOURCE = grub_$(GRUB_VERSION).orig.tar.gz
index 6e49a42bdc248f524318c3db4b56a92de69b4942..04c1c7f060e802e64d71b62150191b8273172bd1 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # lpc32xxcdl
 #
-#############################################################
+################################################################################
 
 LPC32XXCDL_VERSION = lpc32xx_cdl_v2.11
 LPC32XXCDL_SITE = http://git.lpcware.com/lpc3xxx_cdl.git
index f93ff8179076f2848d2a1daa6e0139dd9ccbb864..6b81030c18ab7a08e7f38b8a0ce1a3e754222642 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # mxs-bootlets
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL),y)
        MXS_BOOTLETS_TARBALL = $(call qstrip,$(BR2_TARGET_MXS_BOOTLETS_CUSTOM_TARBALL_URL))
index 046bdc352f0d6b0f1f337c8bef7e37830755a3d9..1b0ef4ebdd2009cf5d1b340d4efab20d6c622907 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # syslinux to make target msdos/iso9660 filesystems bootable
 #
-#############################################################
+################################################################################
 
 SYSLINUX_VERSION = 4.06
 SYSLINUX_SOURCE  = syslinux-$(SYSLINUX_VERSION).tar.bz2
index f8e4aa9e189729f081d51166d9eb9b633266a071..3e188ee8ab973a5309559a0b21c2e6a5c602d924 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # uboot
 #
-#############################################################
+################################################################################
 
 UBOOT_VERSION    = $(call qstrip,$(BR2_TARGET_UBOOT_VERSION))
 UBOOT_BOARD_NAME = $(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))
index dae20394528f83c44446e6b3fdbf86bde2434b96..00c63b1efb916fe1c6f10c347fd19337a26fa1f1 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # x-loader
 #
-#############################################################
+################################################################################
 
 XLOADER_VERSION    = 6f3a26101303051e0f91b6213735b68ce804e94e
 XLOADER_SITE       = git://gitorious.org/x-loader/x-loader.git
index c918684073a12e53c5c07dd1713d8fa9e7d91302..f783adeb0022ba173e45fa2c44b4c7a79d6da19e 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the compressed loop root filesystem image
 #
-#############################################################
+################################################################################
 
 ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit
 
index 5bcec13908b5464bab7aa4faa4c2ba7e36c66fcc..0df23785bf8b8e3fbab471126bf23363dc6ff28e 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # cpio to archive target filesystem
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_ROOTFS_DEVICE_CREATION_STATIC),y)
 
index 4f737ddb22e3a1f57dda0a69da577c71ad6d1ecd..402d19ffb19b6d4efa7350271d31ac260cbd72cb 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the cramfs root filesystem image
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_ENDIAN),"BIG")
 CRAMFS_OPTS=-b
index d74f31e28a5e31434e8f3f8b20e639c92e1e9553..cad5b42d6e29d97348a5968947a47b8a54337f6b 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the ext2 root filesystem image
 #
-#############################################################
+################################################################################
 
 EXT2_OPTS :=
 
index f1eb8b6e68743f78cb3a4d70ad39016cf16b1165..fe426cc3d8bc9c79a4db54c69bdaad7f056a2265 100644 (file)
@@ -1,9 +1,9 @@
-#############################################################
+################################################################################
 #
 # Build a kernel with an integrated initial ramdisk
 # filesystem based on cpio.
 #
-#############################################################
+################################################################################
 
 ROOTFS_INITRAMFS_DEPENDENCIES += rootfs-cpio
 
index 029c0dd94acbba0d343fc1c1162e6b88cced2e43..0a10512d93e12130c138c4e3ebafd021231d7c0d 100644 (file)
@@ -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))
index b5423a8cb2cd499d3e9d26b55e6d4ec0e46b4b26..0232199be56dcf8e3f1aaac05a636e40e538184e 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the jffs2 root filesystem image
 #
-#############################################################
+################################################################################
 
 JFFS2_OPTS := -e $(BR2_TARGET_ROOTFS_JFFS2_EBSIZE)
 SUMTOOL_OPTS := $(JFFS2_OPTS)
index 1a9f49927e2544639c0e7fcbcc84f0996ef312ce..63eb99448f1156b7f1a58969c15c5ce159165347 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the romfs root filesystem image
 #
-#############################################################
+################################################################################
 
 ROMFS_TARGET=$(IMAGE).romfs
 
index d4b56f4958a6866f45adaca54c828957f8e1c5ca..ae5182a1a0bd474d6c8a9a587047a0a477769703 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # Build the squashfs root filesystem image
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS4),y)
 ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs
index 1d327fa868ad047c1506d1433b45ceec96a53dfe..9fecf7392f44d8b20ec829647f8f6a710866bad4 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # tar to archive target filesystem
 #
-#############################################################
+################################################################################
 
 TAR_OPTS:=$(BR2_TARGET_ROOTFS_TAR_OPTIONS)
 
index e9033e8741eafc7ec5e75b5b44a16d1bbb8d62bf..08c952c29664b0d627de4128100c69270553bcd7 100644 (file)
@@ -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)
index dca2e04fb8544c4332cfa06d94a78d2d1270408b..f1e4126e86fc8b7a7340d77d8d86f4b3fa07cdc6 100644 (file)
@@ -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)
 
index 52e199cda39cf98b53fe37e087dc2f941409a8e8..14622273dd988d66a21f23bf176a5a1c4bd8734c 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # elf2flt
 #
-#############################################################
+################################################################################
 
 # we keep a local checkout of uClinux CVS
 ELF2FLT_SOURCE:=$(ELF2FLT_DIR)/elf2flt
index b5ae3227e1d6005801ea81b16502e7aece63145b..a04395b41aba10c6aa4f86065de3cd6dafb79335 100644 (file)
@@ -1,11 +1,11 @@
-#############################################################
+################################################################################
 #
 # Setup the kernel headers. I include a generic package of
 # kernel headers here, so you shouldn't need to include your
 # own. Be aware these kernel headers _will_ get blown away
 # by a 'make clean' so don't put anything sacred in here...
 #
-#############################################################
+################################################################################
 
 DEFAULT_KERNEL_HEADERS:=$(call qstrip,$(BR2_DEFAULT_KERNEL_HEADERS))
 
index d4f1d4cdf6931175eb8c93bc08f0bb87a35ff716..44079e791e8e6a49f162359c145f11addf2db576 100644 (file)
@@ -1,8 +1,8 @@
-#############################################################
+################################################################################
 #
 # uClibc (the C library)
 #
-#############################################################
+################################################################################
 
 ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)