Changes between Version 65 and Version 66 of Building/Using
- Timestamp:
- 07/03/12 06:21:21 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Using
v65 v66 579 579 Does not build any GHC stages at all. `stage=0` can be used in combination with other targets and settings. 580 580 581 == Verbose build == 582 583 By default, the build log is printed in a compact form, where each invocation 584 of the compiler looks something like: 585 586 {{{ 587 HC [stage 0] compiler/stage1/build/Constants.o 588 }}} 589 590 This makes it easier to see the build progress, but sometimes it can be useful 591 to inspect the full command lines that are being used. 592 593 To enable full output, run `make` with the `V=1` option: 594 595 {{{ 596 make V=1 597 }}} 598 581 599 == Installing extra packages == 582 600
