summaryrefslogtreecommitdiffstats
path: root/fs/iso9660
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2013-06-06 21:54:13 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-07 10:54:54 +0200
commit086f333f39cdbc0762917272e4c9bb87344fb51a (patch)
tree8977fc08c4b10212a86a5487cb79f6ecb2ea8e92 /fs/iso9660
parentf9e76bb253435d527126cb17ef572ea805b9e8ed (diff)
downloadbuildroot-novena-086f333f39cdbc0762917272e4c9bb87344fb51a.tar.gz
buildroot-novena-086f333f39cdbc0762917272e4c9bb87344fb51a.zip
Normalize separator size to 80
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/iso9660')
-rw-r--r--fs/iso9660/iso9660.mk4
1 files changed, 2 insertions, 2 deletions
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))