Historique des commits

Auteur SHA1 Message Date
  Rob Landley 09e8bde9f2 Add a basic README and an example to "make help". il y a 12 ans
  Rob Landley 27f5779a7a Add autodetect for container support. il y a 12 ans
  Rob Landley e614ee1e1d Fix "make help". il y a 12 ans
  Rob Landley 36816221d5 Regenerate Config.in when toys/*.c changes. il y a 15 ans
  Rob Landley 87df5f6832 Try to convince make to be less stupid about rebuilding. il y a 16 ans
  Rob Landley 09c13c9cf3 Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) il y a 16 ans
  Rob Landley 9d243a2efc Update help, move test.sh to scripts, and fix "make test" to call right script. il y a 16 ans
  Rob Landley bf081b9b50 Add uninstall and uninstall_flat. il y a 16 ans
  Rob Landley 05fbd1e2b4 Add install target, and make install_flat use scripts/install.sh il y a 16 ans
  Rob Landley 7a585c67ec Don't delete testdir after running test.sh. Add it to make clean instead. il y a 16 ans
  Rob Landley 58c850894e Yet more build dependency tweaks... il y a 16 ans
  Rob Landley 5c010f7e44 Might as well make the dependencies slightly more paranoid. il y a 16 ans
  Rob Landley 41cb696013 Hit makefile dependencies so install step doesn't rebuild toybox. il y a 16 ans
  Rob Landley b1aaba1fc8 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() il y a 16 ans
  Rob Landley 55928b1e0a Move NEWTOY() list from end of toylist.h to generated/newtoys.h. il y a 16 ans
  Rob Landley 2896480c49 Zap toys/Config.in and instead create generated/Config.in from contents of il y a 16 ans
  Rob Landley 58ecc3e589 Move some generated files into the "generated" subdirectory. il y a 16 ans
  Rob Landley ea6387aed2 Add some more .PHONY targets. il y a 16 ans
  Rob Landley f7bb55bb14 Add a comment about a case that made me stop and think. il y a 16 ans
  Charlie Shepherd d213bc2a86 Rebuild toybox when a header file changes il y a 16 ans
  Charlie Shepherd 6d15f37cd9 Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated) il y a 16 ans
  Rob Landley ce8aae448a Patch fromm Roberto Foglietta: distclean should remove toys/help.h il y a 16 ans
  Rob Landley 064d1b1e5d Move toybox_old delete (for bloatcheck) from clean to distclean. il y a 16 ans
  Rob Landley 34d4ce7d07 Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option. il y a 17 ans
  Rob Landley 7ecedea509 Add "help" command. (Building help/help.h requires python, but I'll ship il y a 17 ans
  Rob Landley e35f2b8312 Fix makefile to defconfig properly, and leak in a bit of the new test il y a 17 ans
  Rob Landley 171af61b28 More cross compiling infrastructure. il y a 17 ans
  Rob Landley 30d79a1411 Make it easier to specify which compiler to use. il y a 17 ans
  Rob Landley 6126b258dc Convert HOST_CC to HOSTCC to be more like uClibc build. il y a 17 ans
  Rob Landley 2aa494dcfe MacOS X has a defective sed with no -r. il y a 17 ans