about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-05-27 10:50:05 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2016-05-27 10:50:05 +0200
commit6636dcc2ca869329973e1cc83e4043a59585d358 (patch)
tree9ce9a260de3a69b4e08cf2becd7305abe776c013
parentc04e838eb5ccce90a08d13bc31e8f94fdf6826bd (diff)
parenteface32e41d9c6607a4a06ce7efc3698ac737bf3 (diff)
Rollup merge of #33874 - Byron:patch-1, r=alexcrichton
Add `make tips` as useful make target

By accident, I found the `make tips` target, which helped me to gain more insight on how to work with the system more quickly.
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9d61feef81a..495d7e46baa 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -122,6 +122,8 @@ To see a full list of options, run `./configure --help`.
 
 Some common make targets are:
 
+- `make tips` - show useful targets, variables and other tips for working with
+   the build system.
 - `make rustc-stage1` - build up to (and including) the first stage. For most
   cases we don't need to build the stage2 compiler, so we can save time by not
   building it. The stage1 compiler is a fully functioning compiler and