[orbot/master] updated code for privoxy cleanup

commit 5c5bfba88e3bc7a8a4b63923a23aaf43e6bddfd5 Author: n8fr8 <nathan@freitas.net> Date: Wed Jun 27 22:23:00 2012 -0400 updated code for privoxy cleanup --- external/Makefile | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/external/Makefile b/external/Makefile index 9721dd8..b407133 100644 --- a/external/Makefile +++ b/external/Makefile @@ -216,10 +216,9 @@ privoxy-clean: $(MAKE) -C privoxy clean -rm -f bin/privoxy -rm -f privoxy-build-stamp - -rm -f privoxy/config.status - -rm -f privoxy/config.log - -rm -f privoxy/Makefile - + -git checkout privoxy + -cd privoxy && \ + git clean -fdx . #------------------------------------------------------------------------------# # JTorControl library
participants (1)
-
n8fr8@torproject.org