1. 09e8bde Add a basic README and an example to "make help". by Rob Landley · 12 years ago
  2. 27f5779 Add autodetect for container support. by Rob Landley · 12 years ago
  3. e614ee1 Fix "make help". by Rob Landley · 12 years ago
  4. 3681622 Regenerate Config.in when toys/*.c changes. by Rob Landley · 15 years ago
  5. 87df5f6 Try to convince make to be less stupid about rebuilding. by Rob Landley · 16 years ago
  6. 09c13c9 Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) by Rob Landley · 16 years ago
  7. 9d243a2 Update help, move test.sh to scripts, and fix "make test" to call right script. by Rob Landley · 16 years ago
  8. bf081b9 Add uninstall and uninstall_flat. by Rob Landley · 16 years ago
  9. 05fbd1e Add install target, and make install_flat use scripts/install.sh by Rob Landley · 16 years ago
  10. 7a585c6 Don't delete testdir after running test.sh. Add it to make clean instead. by Rob Landley · 16 years ago
  11. 58c8508 Yet more build dependency tweaks... by Rob Landley · 16 years ago
  12. 5c010f7 Might as well make the dependencies slightly more paranoid. by Rob Landley · 16 years ago
  13. 41cb696 Hit makefile dependencies so install step doesn't rebuild toybox. by Rob Landley · 16 years ago
  14. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 16 years ago
  15. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 16 years ago
  16. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 16 years ago
  17. 58ecc3e Move some generated files into the "generated" subdirectory. by Rob Landley · 16 years ago
  18. ea6387a Add some more .PHONY targets. by Rob Landley · 17 years ago
  19. f7bb55b Add a comment about a case that made me stop and think. by Rob Landley · 17 years ago
  20. d213bc2 Rebuild toybox when a header file changes by Charlie Shepherd · 17 years ago
  21. 6d15f37 Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated) by Charlie Shepherd · 17 years ago
  22. ce8aae4 Patch fromm Roberto Foglietta: distclean should remove toys/help.h by Rob Landley · 17 years ago
  23. 064d1b1 Move toybox_old delete (for bloatcheck) from clean to distclean. by Rob Landley · 17 years ago
  24. 34d4ce7 Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option. by Rob Landley · 17 years ago
  25. 7ecedea Add "help" command. (Building help/help.h requires python, but I'll ship by Rob Landley · 17 years ago
  26. e35f2b8 Fix makefile to defconfig properly, and leak in a bit of the new test by Rob Landley · 17 years ago
  27. 171af61 More cross compiling infrastructure. by Rob Landley · 17 years ago
  28. 30d79a1 Make it easier to specify which compiler to use. by Rob Landley · 17 years ago
  29. 6126b25 Convert HOST_CC to HOSTCC to be more like uClibc build. by Rob Landley · 17 years ago
  30. 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 17 years ago
  31. fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 17 years ago
  32. edee7dd Missing comma, and slight simplification in defconfig sed invocation. by Rob Landley · 17 years ago
  33. de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 17 years ago
  34. bcfad87 Add make install_flat. by Rob Landley · 17 years ago
  35. 17afeba Blah. The sed filter's not right, I'll try again later. by Rob Landley · 17 years ago
  36. e2f796c Make some of gcc 4.1's dumber warnings go away. by Rob Landley · 17 years ago
  37. 78b47ff Teach clean and distclean to zap more files. by Rob Landley · 18 years ago
  38. cd2edfd Add bloat-o-meter, make bloatcheck, and scripts/showasm. by Rob Landley · 18 years ago
  39. 61a9cc5 Reduce flag duplication and make kconfig use HOST_CC. by Rob Landley · 18 years ago
  40. f06af2b Add another warning check and a missing dependency. by Rob Landley · 18 years ago
  41. 7fc43f7 Better dependencies, and feed the linker --gc-sections. (Which is not an by Rob Landley · 18 years ago
  42. 401ae8f Make the config generate gen_config.h with CFG_ and USE() macros. by Rob Landley · 18 years ago
  43. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  44. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  45. c562150 Next snapshot. Tries to grab something out of lib in order to build, I have by landley · 18 years ago