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