include/scan.mk: Add -a argument to the grep to treat all Makefiles as a text file.
authorFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jun 2015 17:43:22 +0000 (17:43 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 14 Jun 2015 17:43:22 +0000 (17:43 +0000)
commit988e3d85b06d581c057141c08e732883ec11cf17
tree750ddd8aa6ac1d1870c9fa54583b9b7a78ae1a32
parent061d516d43fb8227bc0deafe706d14cc991c802c
include/scan.mk: Add -a argument to the grep to treat all Makefiles as a text file.

Hello,

I found out that in some rare cases grep can treat Makefile as a binary file. That happened to me on UTF-8 Gentoo if Makefile contained a character which was from extended ASCII table.
Without this patch the output of the grep command in the $(FILELIST) target is not valid (contains line "Binary file matches") and following commands fail to create feed index file.

Best Regards,
Martin Strbacka

Signed-off-by: Martin Strbacka <martin.strbacka@nic.cz>
SVN-Revision: 45966
include/scan.mk