mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distclean
in the root directory as well as in subdirectories. patch by Dave Yeo, daveryeo telus net Originally committed as revision 18973 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c9311a12d5
commit
2b7a351eb9
2
Makefile
2
Makefile
@ -119,12 +119,14 @@ testclean:
|
||||
|
||||
clean:: testclean
|
||||
rm -f $(ALLPROGS) $(ALLPROGS_G)
|
||||
rm -f $(CLEANSUFFIXES)
|
||||
rm -f doc/*.html doc/*.pod doc/*.1
|
||||
rm -f tests/seek_test$(EXESUF)
|
||||
rm -f $(addprefix tests/,$(addsuffix $(HOSTEXESUF),audiogen videogen rotozoom tiny_psnr))
|
||||
rm -f $(addprefix tools/,$(addsuffix $(EXESUF),cws2fws pktdumper qt-faststart trasher))
|
||||
|
||||
distclean::
|
||||
rm -f $(DISTCLEANSUFFIXES)
|
||||
rm -f version.h config.*
|
||||
|
||||
# regression tests
|
||||
|
Loading…
Reference in New Issue
Block a user