[FFmpeg-cvslog] r18973 - trunk/Makefile

diego subversion
Fri May 29 00:13:18 CEST 2009


Author: diego
Date: Fri May 29 00:13:17 2009
New Revision: 18973

Log:
Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distclean
in the root directory as well as in subdirectories.
patch by Dave Yeo, daveryeo telus net

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Thu May 28 19:19:28 2009	(r18972)
+++ trunk/Makefile	Fri May 29 00:13:17 2009	(r18973)
@@ -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



More information about the ffmpeg-cvslog mailing list