[MPlayer-cvslog] r29310 - trunk/Makefile

Andrew Savchenko bircoph at gmail.com
Sat May 16 14:37:53 CEST 2009


Hi,

On Saturday 16 May 2009, diego wrote:
> Author: diego
> Date: Sat May 16 01:17:25 2009
> New Revision: 29310
>
> Log:
> Add missing path to find invocation for tags/TAGS creation.
>
> Modified:
>    trunk/Makefile
>
> Modified: trunk/Makefile
> ===================================================================
>=========== --- trunk/Makefile	Sat May 16 00:24:12 2009	(r29309)
> +++ trunk/Makefile	Sat May 16 01:17:25 2009	(r29310)
> @@ -982,10 +982,10 @@ doxygen:
>  	doxygen DOCS/tech/Doxyfile
>
>  TAGS:
> -	rm -f $@; find -name '*.[chS]' -o -name '*.asm' | xargs etags -a
> +	rm -f $@; find . -name '*.[chS]' -o -name '*.asm' | xargs etags
> -a
>
>  tags:
> -	rm -f $@; find -name '*.[chS]' -o -name '*.asm' | xargs ctags -a
> +	rm -f $@; find . -name '*.[chS]' -o -name '*.asm' | xargs ctags

Is this really needed? man find says:
"If no paths are given, the current directory is used."

-- 
Best regards,
Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20090516/6bb4163e/attachment.pgp>


More information about the MPlayer-cvslog mailing list