[FFmpeg-devel] [PATCH] allow tabs in *.mak, they are part of the makefile syntax

Michael Niedermayer michaelni at gmx.at
Mon Nov 10 14:57:20 CET 2014


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 update |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update b/update
index 86d51db..92e645d 100644
--- a/update
+++ b/update
@@ -67,7 +67,7 @@ check_ending_newline () {
 
 
 check_tabs () {
-  for file in $(git diff-tree --name-only --diff-filter="A|C|M|R" -r $REVISION | tail -n +2 | egrep -v 'Makefile.*|common.mak|library.mak|subdir.mak|clean-diff|\.diff|\.patch' | egrep "$@") ; do
+  for file in $(git diff-tree --name-only --diff-filter="A|C|M|R" -r $REVISION | tail -n +2 | egrep -v 'Makefile.*|common.mak|library.mak|subdir.mak|clean-diff|\.diff|\.patch|\.mak' | egrep "$@") ; do
     if is_text_file $REVISION "$file" 2> /dev/null ; then
       if git cat-file -p "$REVISION:$file" | grep -e '	' > /dev/null; then
         echoerr "In $REVISION:"
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list