[SCM] libav/experimental: Do not remove gmon.out on clean, we never create it.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:22:04 UTC 2013


The following commit has been merged in the experimental branch:
commit 1eacdcc64464fb26b716b54f85b06ab963a9997a
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue May 27 00:45:45 2008 +0000

    Do not remove gmon.out on clean, we never create it.
    
    Originally committed as revision 13453 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/Makefile b/Makefile
index 78cf971..b26f699 100644
--- a/Makefile
+++ b/Makefile
@@ -160,8 +160,7 @@ uninstall-vhook:
 	-rmdir "$(SHLIBDIR)/vhook/"
 
 clean::
-	rm -f gmon.out $(ALLPROGS) $(ALLPROGS_G) \
-	   output_example$(EXESUF)
+	rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF)
 	rm -f doc/*.html doc/*.pod doc/*.1
 	rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~
 	rm -f $(addprefix tests/,$(addsuffix $(EXESUF),audiogen videogen rotozoom seek_test tiny_psnr))

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list