Skip to content

Commit

Permalink
Add make tips as useful make target
Browse files Browse the repository at this point in the history
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
Byron committed May 26, 2016
1 parent d5759a3 commit eface32
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 eface32

Please sign in to comment.