Age | Commit message (Collapse) | Author |
|
This gives us a few benefits:
1) make -j clean all
this will start working, as it should. It currently doesn't.
2) increased parallel build
recursive make will max out at number of files in a directory,
non-recursive make doesn't have such a limitation
3) Removal of duplicate information in make files,
less error prone
I've also slightly updated how we call AM_INIT_AUTOMAKE, as the way
that was used was not only deprecated but will be *removed* in the next
major automake release (1.13).... so probably best that we can continue
to bulid tor without requiring old automake.
(see http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html )
For more reasons why, see resources such as:
http://miller.emu.id.au/pmiller/books/rmch/
|
|
svn:r14794
|
|
Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/
svn:r14778
|
|
when tor starts.
this breaks rpms and maybe other packages.
svn:r14764
|
|
svn:r13289
|
|
this should re-introduce bug 572, and maybe we'll get
some actual bug reports this time.
svn:r13221
|
|
src/config/fallback-consensus file, but we weren't actually
including it in the tarball. Disable all of that for now.
svn:r12467
|
|
svn:r12463
|
|
file in the tarball. Reported by phobos.
svn:r12462
|
|
Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time.
svn:r12259
|
|
configuration options, and only need to remember addr:port and key digest for each one.
svn:r2479
|
|
now by default no torrc will be installed, so we'll just
use the built-in defaults (we already do this on windows)
svn:r1375
|
|
svn:r873
|
|
correctly based on how configure was run
- cause tor to guess the location of torrc more intelligently
- cause cause src/config/torrc and src/conf/sample-server-torrc to be
generated with contents that are correct for the way configure was
run
- cause "make install" to put torrc, sample-server-torrc, and
dirservers somewhere intelligent
svn:r587
|
|
svn:r545
|