[FFmpeg-devel] [PATCH] allow tabs in *.mak, they are part of the makefile syntax
Timothy Gu
timothygu99 at gmail.com
Mon Nov 10 21:25:20 CET 2014
What is this? Next time would you mind adding a [TAG] in the summary? thanks!
On Mon, Nov 10, 2014 at 5:57 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
> 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
you can remove all the other .mak's.
Timothy
More information about the ffmpeg-devel
mailing list