[SCM] libav/experimental: Remove .pc files on distclean.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:45:18 UTC 2013


The following commit has been merged in the experimental branch:
commit ea7e68b1e2e3983198cac5814720d6f7655299bc
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Oct 18 20:11:41 2005 +0000

    Remove .pc files on distclean.
    
    Originally committed as revision 4648 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 5aca852..058bc14 100644
--- a/Makefile
+++ b/Makefile
@@ -165,7 +165,7 @@ clean-vhook:
 # Note well: config.log is NOT removed.
 distclean: clean
 	$(MAKE) -C libavcodec distclean
-	rm -f config.mak config.h
+	rm -f config.mak config.h *.pc
 
 TAGS:
 	etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list