diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 08:45:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-29 08:45:36 +0000 |
commit | 6b9256a13848cb902c0e8ce105839283ae6d4640 (patch) | |
tree | 9798dea8bf3a8e595072e156174071fdc97215fd | |
parent | 41697b7a46afcc08978f460afa6451d201fd087f (diff) | |
download | buildroot-novena-6b9256a13848cb902c0e8ce105839283ae6d4640.tar.gz buildroot-novena-6b9256a13848cb902c0e8ce105839283ae6d4640.zip |
- be gentle to vi's syntax highlighting
-rw-r--r-- | target/iso9660/iso9660.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/iso9660/iso9660.mk b/target/iso9660/iso9660.mk index 96dc6ba46..b53666047 100644 --- a/target/iso9660/iso9660.mk +++ b/target/iso9660/iso9660.mk @@ -45,8 +45,9 @@ mkisofs-dirclean: ISO9660_TARGET_DIR=$(BUILD_DIR)/iso9660 ISO9660_TARGET:=$(subst ",,$(BR2_TARGET_ROOTFS_ISO9660_OUTPUT)) +#") ISO9660_BOOT_MENU:=$(subst ",,$(BR2_TARGET_ROOTFS_ISO9660_BOOT_MENU)) - +#") ISO9660_OPTS:= ifeq ($(strip $(BR2_TARGET_ROOTFS_ISO9660_SQUASH)),y) |