[SCM] libav/experimental: Remove obscure Makefile.bak entry from distclean rules.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:46:07 UTC 2013


The following commit has been merged in the experimental branch:
commit 04c07634d6367800326a18cdb22b50a82ea8784e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jan 26 23:42:30 2006 +0000

    Remove obscure Makefile.bak entry from distclean rules.
    
    Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 4292ae9..2a3bd9e 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ distclean: clean
 	$(MAKE) -C libavformat distclean
 	$(MAKE) -C tests       distclean
 	$(MAKE) -C vhook       distclean
-	rm -f Makefile.bak .depend config.mak config.h *.pc
+	rm -f .depend config.mak config.h *.pc
 
 TAGS:
 	etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 7a83dab..6c9e536 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -459,7 +459,7 @@ clean: $(CLEANAMR)
 	$(MAKE) -C libpostproc clean
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 	$(MAKE) -C libpostproc distclean
 
 cleanamr:
diff --git a/libavcodec/libpostproc/Makefile b/libavcodec/libpostproc/Makefile
index a549f31..e293721 100644
--- a/libavcodec/libpostproc/Makefile
+++ b/libavcodec/libpostproc/Makefile
@@ -28,7 +28,7 @@ clean:
 	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 
 dep:    depend
 
diff --git a/libavformat/Makefile b/libavformat/Makefile
index bac04d6..bae7342 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -157,7 +157,7 @@ clean:
 	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 
 #
 # include dependency files if they exist
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 99a4c11..54dd347 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -53,7 +53,7 @@ clean:
 	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 
 
 ifeq ($(BUILD_SHARED),yes)
diff --git a/vhook/Makefile b/vhook/Makefile
index 58844f9..2fb079d 100644
--- a/vhook/Makefile
+++ b/vhook/Makefile
@@ -43,7 +43,7 @@ clean:
 	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 
 ifneq ($(wildcard .depend),)
 include .depend

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list