Commit History

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