1. 58e0642 Fix an obvious typo in Makefile. by Elliott Hughes · 9 years ago
  2. 45962a7 Move guts of "make change" to scripts/change.sh, don't try to build sh or help standalone. by Rob Landley · 9 years ago
  3. 5eb4475 Clean up the output of "make change". by Rob Landley · 9 years ago
  4. e72ea20 Add "make help" entry for "make change". by Rob Landley · 9 years ago
  5. 6d33f3a Add "change" subdirectory to make clean. by Rob Landley · 9 years ago
  6. 62390fd Add "make change" target to build the big toybox binary as a bunch of little ones (in the "change" subdirectory), and tweak scripts/make.sh to avoid redundant work when rebuilding. by Rob Landley · 9 years ago
  7. 94a4603 Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely. by Rob Landley · 10 years ago
  8. cd299bf Forgot to check in the updated makefile when I moved the testsuite. by Rob Landley · 10 years ago
  9. 8aa87ab Create a generated/build.sh with a single compiler command line to rebuild the toybox_unstripped binary using the existing generated/*.h files. by Rob Landley · 10 years ago
  10. 7a07c6b Make tweaks: collate generated/*.o files into their own subdirectory, add PIPEFAIL for better error reporting, and simpler regex to select toys/*/*.c list based on NEWTOY/OLDTOY macros. by Rob Landley · 10 years ago
  11. 579ce35 Update clean to clean up after new parallel build. by Rob Landley · 10 years ago
  12. 15027d6 Probes for O_NOFOLLOW that compile and run something aren't compatible with cross compiling, so just #define it to 0 if it's not in fcntl.h where posix-2008 says. by Rob Landley · 10 years ago
  13. da60b9b Fix two bugs reported by Ashwini Sharma. by Rob Landley · 10 years ago
  14. 86cafe1 Replace python help converter with C implementation. by Rob Landley · 10 years ago
  15. ebe6af6 distclean was missing singleconfig.old. by Rob Landley · 10 years ago
  16. 207cada Switch flag generation from shell to C. by Rob Landley · 11 years ago
  17. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  18. dd2d239 More grep cleanup, and make OPTSTR_command macros for use with OLDTOY() by Rob Landley · 11 years ago
  19. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago
  20. 97abd4a Replace CCFLAGS with description of how to add flags to HOSTCC. by Rob Landley · 12 years ago
  21. f2e61cb Now that generated/Config.probed is its own file, add it to build dependencies. by Rob Landley · 12 years ago
  22. 7a4551f Replace GPL python debug script with BSD shell script. by Rob Landley · 12 years ago
  23. fcf188f Set HOSTCC only if it isn't already set as an environment variable. by Rob Landley · 12 years ago
  24. 09e8bde Add a basic README and an example to "make help". by Rob Landley · 12 years ago
  25. 27f5779 Add autodetect for container support. by Rob Landley · 12 years ago
  26. e614ee1 Fix "make help". by Rob Landley · 12 years ago
  27. 3681622 Regenerate Config.in when toys/*.c changes. by Rob Landley · 15 years ago
  28. 87df5f6 Try to convince make to be less stupid about rebuilding. by Rob Landley · 16 years ago
  29. 09c13c9 Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) by Rob Landley · 16 years ago
  30. 9d243a2 Update help, move test.sh to scripts, and fix "make test" to call right script. by Rob Landley · 16 years ago
  31. bf081b9 Add uninstall and uninstall_flat. by Rob Landley · 16 years ago
  32. 05fbd1e Add install target, and make install_flat use scripts/install.sh by Rob Landley · 16 years ago
  33. 7a585c6 Don't delete testdir after running test.sh. Add it to make clean instead. by Rob Landley · 16 years ago
  34. 58c8508 Yet more build dependency tweaks... by Rob Landley · 16 years ago
  35. 5c010f7 Might as well make the dependencies slightly more paranoid. by Rob Landley · 16 years ago
  36. 41cb696 Hit makefile dependencies so install step doesn't rebuild toybox. by Rob Landley · 16 years ago
  37. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 16 years ago
  38. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 16 years ago
  39. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 16 years ago
  40. 58ecc3e Move some generated files into the "generated" subdirectory. by Rob Landley · 16 years ago
  41. ea6387a Add some more .PHONY targets. by Rob Landley · 16 years ago
  42. f7bb55b Add a comment about a case that made me stop and think. by Rob Landley · 16 years ago
  43. d213bc2 Rebuild toybox when a header file changes by Charlie Shepherd · 16 years ago
  44. 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
  45. ce8aae4 Patch fromm Roberto Foglietta: distclean should remove toys/help.h by Rob Landley · 16 years ago
  46. 064d1b1 Move toybox_old delete (for bloatcheck) from clean to distclean. by Rob Landley · 17 years ago
  47. 34d4ce7 Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option. by Rob Landley · 17 years ago
  48. 7ecedea Add "help" command. (Building help/help.h requires python, but I'll ship by Rob Landley · 17 years ago
  49. e35f2b8 Fix makefile to defconfig properly, and leak in a bit of the new test by Rob Landley · 17 years ago
  50. 171af61 More cross compiling infrastructure. by Rob Landley · 17 years ago
  51. 30d79a1 Make it easier to specify which compiler to use. by Rob Landley · 17 years ago
  52. 6126b25 Convert HOST_CC to HOSTCC to be more like uClibc build. by Rob Landley · 17 years ago
  53. 2aa494d MacOS X has a defective sed with no -r. by Rob Landley · 17 years ago
  54. fd1c5ba Teach build to build only the toys/*.c selected in .config, and teach by Rob Landley · 17 years ago
  55. edee7dd Missing comma, and slight simplification in defconfig sed invocation. by Rob Landley · 17 years ago
  56. de05a70 Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. by Rob Landley · 17 years ago
  57. bcfad87 Add make install_flat. by Rob Landley · 17 years ago
  58. 17afeba Blah. The sed filter's not right, I'll try again later. by Rob Landley · 17 years ago
  59. e2f796c Make some of gcc 4.1's dumber warnings go away. by Rob Landley · 17 years ago
  60. 78b47ff Teach clean and distclean to zap more files. by Rob Landley · 17 years ago
  61. cd2edfd Add bloat-o-meter, make bloatcheck, and scripts/showasm. by Rob Landley · 17 years ago
  62. 61a9cc5 Reduce flag duplication and make kconfig use HOST_CC. by Rob Landley · 17 years ago
  63. f06af2b Add another warning check and a missing dependency. by Rob Landley · 17 years ago
  64. 7fc43f7 Better dependencies, and feed the linker --gc-sections. (Which is not an by Rob Landley · 18 years ago
  65. 401ae8f Make the config generate gen_config.h with CFG_ and USE() macros. by Rob Landley · 18 years ago
  66. 09ea7ac Implement df. Add -Wall to build and fix up warnings. Add copyright notices. by landley · 18 years ago
  67. cd9dfc3 Next drop of toysh, plus more infratructure. by landley · 18 years ago
  68. c562150 Next snapshot. Tries to grab something out of lib in order to build, I have by landley · 18 years ago