提交 1eacdcc6 编写于 作者: D Diego Biurrun

Do not remove gmon.out on clean, we never create it.

Originally committed as revision 13453 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 bd98e9e2
...@@ -160,8 +160,7 @@ uninstall-vhook: ...@@ -160,8 +160,7 @@ uninstall-vhook:
-rmdir "$(SHLIBDIR)/vhook/" -rmdir "$(SHLIBDIR)/vhook/"
clean:: clean::
rm -f gmon.out $(ALLPROGS) $(ALLPROGS_G) \ rm -f $(ALLPROGS) $(ALLPROGS_G) output_example$(EXESUF)
output_example$(EXESUF)
rm -f doc/*.html doc/*.pod doc/*.1 rm -f doc/*.html doc/*.pod doc/*.1
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~ 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)) rm -f $(addprefix tests/,$(addsuffix $(EXESUF),audiogen videogen rotozoom seek_test tiny_psnr))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册