Changes between Version 9 and Version 10 of Building/Targets
- Timestamp:
- 08/17/08 05:17:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Targets
v9 v10 18 18 * '''`make clean`''', '''`make distclean`''': various levels of cleanery. 19 19 20 === Build just the compiler ===20 === Clean and rebuild just the compiler === 21 21 22 22 Do these things in the `$(TOP)/compiler` directory. 23 23 24 * '''`make rebuild`''', '''`make rebuild stage=2`'''. This just builds the stage1 or stage2 compiler respectively. 25 26 How to clean selectively? I tried 'make clean stage=2' but I think that deleted my stage1 files too. 24 * `make clean stage=2`, `make boot stage=2`, `make stage=2`. This cleans, boots and builds the stage 2 compiler. You can do the same for the other stages. Note the first command is rarely necessary, and you normally don't need the second one either. 27 25 28 26 === Build libraries ===
