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

Michael Niedermayer michaelni at gmx.at
Tue Nov 11 00:49:07 CET 2014


On Mon, Nov 10, 2014 at 12:25:20PM -0800, Timothy Gu wrote:
> 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.

done & new patchset posted

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141111/3944c1db/attachment.asc>


More information about the ffmpeg-devel mailing list