aboutsummaryrefslogtreecommitdiff
path: root/changes/tkt6522
diff options
context:
space:
mode:
authorStewart Smith <stewart@flamingspork.com>2012-08-02 10:01:25 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-02 10:04:13 -0400
commit9572bebcda4dcd96eaef69e2e512cf31e18c5815 (patch)
tree4d40a3b5907072a7be03d72871a5f2bf4b2ae55a /changes/tkt6522
parentc49975a2b895b9742caba29e7cbd4067252c36c0 (diff)
downloadtor-9572bebcda4dcd96eaef69e2e512cf31e18c5815.tar
tor-9572bebcda4dcd96eaef69e2e512cf31e18c5815.tar.gz
Enable the automake silent rules.
$ make V=1 # will temporarily disable them otherwise you see: CC foo.c rather than the giant long bulid line. This makes it significantly easier to spot compiler warnings etc. Additionally, make them conditional, so we won't error on automake < 1.11 (commits squashed by nickm.)
Diffstat (limited to 'changes/tkt6522')
-rw-r--r--changes/tkt65225
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/tkt6522 b/changes/tkt6522
new file mode 100644
index 000000000..5a8295ae1
--- /dev/null
+++ b/changes/tkt6522
@@ -0,0 +1,5 @@
+ o Build changes:
+ - Where available, we now use automake's "silent" make rules by
+ default, so that warnings are easier to spot. You can get the
+ old behavior with "make V=1". Patch by Stewart Smith for ticket
+ 6522.