updated code for privoxy cleanup
This commit is contained in:
parent
5f3b47cdb3
commit
5c5bfba88e
|
@ -216,10 +216,9 @@ privoxy-clean:
|
||||||
$(MAKE) -C privoxy clean
|
$(MAKE) -C privoxy clean
|
||||||
-rm -f bin/privoxy
|
-rm -f bin/privoxy
|
||||||
-rm -f privoxy-build-stamp
|
-rm -f privoxy-build-stamp
|
||||||
-rm -f privoxy/config.status
|
-git checkout privoxy
|
||||||
-rm -f privoxy/config.log
|
-cd privoxy && \
|
||||||
-rm -f privoxy/Makefile
|
git clean -fdx .
|
||||||
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
# JTorControl library
|
# JTorControl library
|
||||||
|
|
Loading…
Reference in New Issue