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