[SCM] libav/experimental: Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have generated map files as well, so map files need to be removed in all places where executables are removed. patch by Dave Yeo, daveryeo telus net

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:46:42 UTC 2013


The following commit has been merged in the experimental branch:
commit 8e8a67faecf2ac62c034f3986662f71c67a20d48
Author: Dave Yeo <daveryeo at telus.net>
Date:   Fri May 29 11:56:54 2009 +0000

    Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have
    generated map files as well, so map files need to be removed in all
    places where executables are removed.
    patch by Dave Yeo, daveryeo telus net
    
    Originally committed as revision 18981 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/common.mak b/common.mak
index 293a05f..629e782 100644
--- a/common.mak
+++ b/common.mak
@@ -79,8 +79,8 @@ checkheaders: $(filter-out %_template.ho,$(ALLHEADERS:.h=.ho))
 DEPS := $(OBJS:.o=.d)
 depend dep: $(DEPS)
 
-CLEANSUFFIXES     = *.o *~ *.ho
+CLEANSUFFIXES     = *.o *~ *.ho *.map
 DISTCLEANSUFFIXES = *.d *.pc
-LIBSUFFIXES       = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp *.map
+LIBSUFFIXES       = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp
 
 -include $(DEPS)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list