Skip to content

Commit

Permalink
Rollup merge of rust-lang#33874 - Byron:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GuillaumeGomez committed May 27, 2016
2 parents c04e838 + eface32 commit 6636dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6636dcc

Please sign in to comment.