Changes between Version 1 and Version 2 of Commentary/Compiler/Packages
- Timestamp:
- 09/09/10 08:42:54 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/Packages
v1 v2 100 100 === Refreshing your package databases === 101 101 102 Sometimes things can get out of sync in your build tree, if a package version was bumped for example. To start with a clean package database, do this: 103 104 {{{ 105 $ (cd driver; make clean; make boot) 106 $ rm {rts,libraries/*}/package.conf.{inplace,installed} 107 $ (cd rts; make boot) 108 $ (cd libraries; make boot) 109 }}} 102 Sometimes things can get out of sync in your build tree, if a package version was bumped for example. If you get into trouble, just `make clean` in your tree.
