| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use find -exec instead of xargs | florian | 2007-04-02 | 1 | -1/+1 |
| * | run metadata scanning only once when multiple targets are specified on the co... | nbd | 2007-03-29 | 1 | -2/+5 |
| * | make sure tmp/info gets created | nbd | 2007-03-28 | 1 | -0/+2 |
| * | nuke some unnecessary complexity in the metadata scanning - simply call inclu... | nbd | 2007-03-28 | 1 | -29/+4 |
| * | Add some more clean targets | florian | 2007-03-26 | 1 | -2/+2 |
| * | Add a symlinkclean target to remove symlinks | florian | 2007-03-26 | 1 | -0/+3 |
| * | fix metadata scan for profile split | nbd | 2007-03-04 | 1 | -4/+8 |
| * | add some missing deps for the metadata files | nbd | 2007-03-04 | 1 | -1/+1 |
| * | Massive speedup in the package/target scanning step | nbd | 2007-02-27 | 1 | -32/+27 |
| * | make kernel_menuconfig work without target toolchain | nbd | 2007-02-16 | 1 | -1/+1 |
| * | add top-level kernel_menuconfig target to unpack and reconfigure the kernel -... | nbd | 2007-02-16 | 1 | -0/+4 |
| * | move "make symlinks" to "make package/symlinks" | mbm | 2007-01-31 | 1 | -3/+0 |
| * | merge the scripts dealing with package/target metadata to remove some redunda... | nbd | 2007-01-13 | 1 | -2/+2 |
| * | Add a doc target and use the defined source feeds to make symlinks | florian | 2007-01-05 | 1 | -1/+7 |
| * | Add a first implementation of a source feed checkout | florian | 2006-12-31 | 1 | -0/+3 |
| * | cosmetic fixes | nbd | 2006-12-19 | 1 | -6/+6 |
| * | implement real-time progress info for the package/target info collect (thanks... | nbd | 2006-12-19 | 1 | -10/+17 |
| * | Add a help target in case people want to read the README ;) | florian | 2006-12-09 | 1 | -1/+4 |
| * | trivial changes | mbm | 2006-11-28 | 1 | -1/+1 |
| * | clear .host.mk before running prereq checks (rechecks for missing packages li... | nbd | 2006-11-23 | 1 | -0/+3 |
| * | add prereq checks for target/linux/* and target/image/*, check for fdisk for ... | nbd | 2006-11-18 | 1 | -3/+11 |
| * | implement target profiles in menuconfig | nbd | 2006-11-12 | 1 | -2/+2 |
| * | tty detect fix | nbd | 2006-11-12 | 1 | -4/+1 |
| * | another optimization | nbd | 2006-11-12 | 1 | -1/+6 |
| * | fix unnecessary rebuild of .targetinfo | nbd | 2006-11-12 | 1 | -2/+2 |
| * | fix typo | nbd | 2006-11-12 | 1 | -1/+1 |
| * | make target/linux/* directories self-contained, use the selected kernel versi... | nbd | 2006-11-11 | 1 | -25/+43 |
| * | another fix for invalid fd messages | nbd | 2006-10-14 | 1 | -0/+3 |
| * | force LANG to C | nbd | 2006-10-14 | 1 | -0/+2 |
| * | fix invalid fd warning on mac os x | nbd | 2006-10-14 | 1 | -1/+1 |
| * | set shell to bash in master makefile | nbd | 2006-10-10 | 1 | -0/+1 |
| * | move ccache dir to staging_dir_arch (removing the staging dir will make the c... | nbd | 2006-10-09 | 1 | -1/+1 |
| * | remove ccache directory on distclean | nbd | 2006-10-05 | 1 | -1/+1 |
| * | move tools from toolchain/ to tools/ | nbd | 2006-09-27 | 1 | -1/+6 |
| * | clean up and really fix bogus build_ directory | nbd | 2006-09-24 | 1 | -1/+3 |
| * | add missing dependancy | mbm | 2006-09-07 | 1 | -1/+1 |
| * | hide rm -rf command in Makefile | nbd | 2006-08-24 | 1 | -1/+1 |
| * | fix up TMPDIR for initial prereq check to avoid creating a bogus build_ direc... | nbd | 2006-08-21 | 1 | -1/+2 |
| * | Show error messages when collecting the package info | mbm | 2006-08-16 | 1 | -1/+1 |
| * | remove duplicate package/ prefix from package dump error message | nbd | 2006-08-04 | 1 | -1/+1 |
| * | more cleanup & fix an issue where scripts/config/conf is constantly rebuilt | mbm | 2006-08-02 | 1 | -28/+27 |
| * | minor makefile tweaks | mbm | 2006-08-02 | 1 | -9/+9 |
| * | create a package index | nbd | 2006-07-30 | 1 | -0/+1 |
| * | add support for per-package prereq checks, run global prereq checks before (m... | nbd | 2006-07-29 | 1 | -7/+18 |
| * | fix a few directories missed in [4176]'s source -> download | mbm | 2006-07-21 | 1 | -1/+1 |
| * | clean up console output even more | nbd | 2006-07-20 | 1 | -1/+1 |
| * | clean up console output | mbm | 2006-07-20 | 1 | -0/+2 |
| * | add .prereq to distclean | nbd | 2006-07-19 | 1 | -1/+1 |
| * | add a simple prerequisite check | nbd | 2006-07-19 | 1 | -0/+13 |
| * | clean up console output | mbm | 2006-07-12 | 1 | -4/+4 |