[FFmpeg-cvslog] r22094 - trunk/common.mak

mru subversion
Sat Feb 27 16:25:28 CET 2010


Author: mru
Date: Sat Feb 27 16:25:28 2010
New Revision: 22094

Log:
Stop make deleting intermediate files (ffmpeg.o and friends)

Modified:
   trunk/common.mak

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	Sat Feb 27 15:08:06 2010	(r22093)
+++ trunk/common.mak	Sat Feb 27 16:25:28 2010	(r22094)
@@ -55,6 +55,9 @@ uninstall: uninstall-libs uninstall-head
 # Disable suffix rules.  Most of the builtin rules are suffix rules,
 # so this saves some time on slow systems.
 .SUFFIXES:
+
+# Do not delete intermediate files from chains of implicit rules
+.SECONDARY:
 endif
 
 OBJS-$(HAVE_MMX) +=  $(MMX-OBJS-yes)



More information about the ffmpeg-cvslog mailing list