[tor-commits] [orbot/master] updated code for privoxy cleanup

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jun 28 05:18:40 UTC 2012


commit 5c5bfba88e3bc7a8a4b63923a23aaf43e6bddfd5
Author: n8fr8 <nathan at 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





More information about the tor-commits mailing list