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