diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-26 13:43:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-26 13:43:13 -0500 |
commit | 263f6d11fdbb665b026e3dc2d8e7260475c3ff4b (patch) | |
tree | 6293ec9665544b2784724a933ec41308d4505139 /changes | |
parent | 9a901aaa01eb3c362cc84836b54307b32f44295b (diff) | |
download | tor-263f6d11fdbb665b026e3dc2d8e7260475c3ff4b.tar.gz tor-263f6d11fdbb665b026e3dc2d8e7260475c3ff4b.zip |
Mark all object files built based on micro-revision.i as depending on it
Fixes make -j for some users; fixes bug 17826.
Bugfix on 0.2.5.1, when we started building testing versions of all
the object files.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/17826 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/17826 b/changes/17826 new file mode 100644 index 0000000000..7d0a17afee --- /dev/null +++ b/changes/17826 @@ -0,0 +1,5 @@ + o Minor bugfixes (build): + - Mark all object files that include micro-revision.i as depending on + it, so as to make our build more reliable with parallel builds. + Fixes bug 17826; bugfix on 0.2.5.1-alpha. + |