mirror of https://git.ffmpeg.org/ffmpeg.git
Remove TAGS target. It is ages old and has never been updated to match
changes to the source tree. Thus it has to be completely unused. Originally committed as revision 12610 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
41757171e7
commit
e58cc8e604
3
Makefile
3
Makefile
|
@ -248,9 +248,6 @@ distclean::
|
||||||
$(MAKE) -C libavfilter distclean
|
$(MAKE) -C libavfilter distclean
|
||||||
rm -f .vhookdep version.h config.* *.pc
|
rm -f .vhookdep version.h config.* *.pc
|
||||||
|
|
||||||
TAGS:
|
|
||||||
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
|
|
||||||
|
|
||||||
# regression tests
|
# regression tests
|
||||||
|
|
||||||
fulltest test: codectest libavtest seektest
|
fulltest test: codectest libavtest seektest
|
||||||
|
|
Loading…
Reference in New Issue