[SCM] libav/experimental: Remove .SECONDARY directive

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:03:59 UTC 2013


The following commit has been merged in the experimental branch:
commit 0680c40a256322071f76abfc8a0dca423e08d741
Author: Måns Rullgård <mans at mansr.com>
Date:   Wed Mar 10 02:57:01 2010 +0000

    Remove .SECONDARY directive
    
    The presence of the .SECONDARY directive caused thing to not always
    be correctly rebuilt.  Mentioning the object files explicitly as
    targets gives the desired result of make not deleting them without
    unpleasant side-effects.
    
    Originally committed as revision 22422 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/common.mak b/common.mak
index e868a28..dbd76db 100644
--- a/common.mak
+++ b/common.mak
@@ -66,7 +66,7 @@ uninstall: uninstall-libs uninstall-headers
 .SUFFIXES:
 
 # Do not delete intermediate files from chains of implicit rules
-.SECONDARY:
+$(OBJS):
 endif
 
 OBJS-$(HAVE_MMX) +=  $(MMX-OBJS-yes)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list