summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-01-26 22:23:12 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-01-26 22:23:12 +0000
commitd3cb93b374334c6ece6445d8172a3e257f1521c4 (patch)
tree24e24b380d0450ce55a8f99729465ab24b22b5fa /Makefile
parentdfe4dc154b92bfea370dafa32dbda19ef4067a0b (diff)
Revert r21226, it was a joke:
Get one step closer to world domination. Remove "make uninstall". Originally committed as revision 21466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 319740af22..bc8410e6be 100644
--- a/Makefile
+++ b/Makefile
@@ -110,8 +110,16 @@ install-man: $(MANPAGES)
install -d "$(MANDIR)/man1"
install -m 644 $(MANPAGES) "$(MANDIR)/man1"
-uninstall:
- @echo "I'm sorry, Dave. I'm afraid I can't do that"
+uninstall: uninstall-progs uninstall-data uninstall-man
+
+uninstall-progs:
+ rm -f $(addprefix "$(BINDIR)/", $(ALLPROGS))
+
+uninstall-data:
+ rm -rf "$(DATADIR)"
+
+uninstall-man:
+ rm -f $(addprefix "$(MANDIR)/man1/",$(ALLMANPAGES))
testclean:
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/*~