summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-05-14 10:29:44 -0500
committerDudemanguy <random342@airmail.cc>2022-05-16 14:16:23 +0000
commit921463028b756dfaddc5b451d9290c02f060feae (patch)
tree838bbed2b5df2d0efffaac551457f41b739c6de3
parent8155e07d700fac69f555c712866e3cc588d7ff0d (diff)
downloadmpv-build-921463028b756dfaddc5b451d9290c02f060feae.tar.bz2
mpv-build-921463028b756dfaddc5b451d9290c02f060feae.tar.xz
mpv-clean: remove outdated rm -f line
There was an old rm -f line for removing things created by mpv's old, pre-waf build system (nearly 10 years ago) in mpv-clean. Remove this since it's completely pointless now and just confusing.
-rwxr-xr-xscripts/mpv-clean3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/mpv-clean b/scripts/mpv-clean
index 5758e5a..91b27dc 100755
--- a/scripts/mpv-clean
+++ b/scripts/mpv-clean
@@ -4,6 +4,3 @@ test -e mpv || exit 0
cd mpv
python3 ./waf distclean # waf clean
rm -rf build # meson clean
-# waf might pick up some old-configure/makefile produced files
-# also, waf clean won't remove the old binary
-rm -f DOCS/man/*/mpv.1 version.h input/input_conf.h video/out/vdpau_template.c demux/ebml_types.h demux/ebml_defs.c video/out/gl_video_shaders.h video/out/x11_icon.inc sub/osd_font.h player/lua/defaults.inc player/lua/assdraw.inc player/lua/osc.inc mpv