[tor-commits] [tor-browser-bundle/master] Document the TORSOCKS make variable.

mikeperry at torproject.org mikeperry at torproject.org
Sun Mar 30 05:09:40 UTC 2014


commit 9dbf4b46d11d0fd28567f31c7e5247729d62ac48
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Sat Mar 29 22:09:19 2014 -0700

    Document the TORSOCKS make variable.
---
 gitian/README.build |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gitian/README.build b/gitian/README.build
index f9672d8..ece4cb6 100644
--- a/gitian/README.build
+++ b/gitian/README.build
@@ -16,9 +16,10 @@ QuickStart:
  $ make match
 
  By default, the Makefile wraps input downloads in 'torsocks'. This is done
- to allow unofficial secret verifiers to remain secret by default. Removing
- the 'torsocks' from the 'prep' Makefile rule should be sufficient to avoid
- using Tor.
+ to allow unofficial secret verifiers to remain secret by default. To download
+ inputs without torsocks, run:
+
+ $ make TORSOCKS=
 
  By default, 'make' will also clear out any previous partial builds. See the
  "Partial Rebuilds" section for information on performing partial rebuilds



More information about the tor-commits mailing list