Commit History

Author SHA1 Message Date
  Rob Landley df07fb73be Wean scripts/install.c off toys.h so cross compiling less brittle. 8 years ago
  Rob Landley 712e43ef7c Add "make ls" and friends targets, with "make working" and "make pending" lists. 8 years ago
  Rob Landley 9a64b8db59 Commit d20b9ff3ee0f fixed most of yocto building, but there was a leftover 8 years ago
  Rob Landley 1223578c94 Fix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc caused a problem.) 8 years ago
  Rob Landley 5b39d5c58c Export makefile variables so you can say "make CROSS_COMPILE=blah-" as well as "CROSS_COMPILE=blah- make". 8 years ago
  Elliott Hughes 58e06423be Fix an obvious typo in Makefile. 9 years ago
  Rob Landley 45962a70e0 Move guts of "make change" to scripts/change.sh, don't try to build sh or help standalone. 9 years ago
  Rob Landley 5eb4475bab Clean up the output of "make change". 9 years ago
  Rob Landley e72ea20cad Add "make help" entry for "make change". 9 years ago
  Rob Landley 6d33f3a8be Add "change" subdirectory to make clean. 9 years ago
  Rob Landley 62390fddc7 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. 9 years ago
  Rob Landley 94a4603481 Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely. 9 years ago
  Rob Landley cd299bfc06 Forgot to check in the updated makefile when I moved the testsuite. 9 years ago
  Rob Landley 8aa87ab9b4 Create a generated/build.sh with a single compiler command line to rebuild the toybox_unstripped binary using the existing generated/*.h files. 9 years ago
  Rob Landley 7a07c6bc43 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. 9 years ago
  Rob Landley 579ce3511a Update clean to clean up after new parallel build. 10 years ago
  Rob Landley 15027d6de0 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. 10 years ago
  Rob Landley da60b9b163 Fix two bugs reported by Ashwini Sharma. 10 years ago
  Rob Landley 86cafe1fde Replace python help converter with C implementation. 10 years ago
  Rob Landley ebe6af6d01 distclean was missing singleconfig.old. 10 years ago
  Rob Landley 207cadacd3 Switch flag generation from shell to C. 10 years ago
  Rob Landley d04dc1feb9 Add scripts/single.sh to build individual non-multiplexed standalone commands. 11 years ago
  Rob Landley dd2d239302 More grep cleanup, and make OPTSTR_command macros for use with OLDTOY() 11 years ago
  Rob Landley 3a9241add9 Move commands into "posix", "lsb", and "other" menus/directories. 12 years ago
  Rob Landley 97abd4a981 Replace CCFLAGS with description of how to add flags to HOSTCC. 12 years ago
  Rob Landley f2e61cb1bb Now that generated/Config.probed is its own file, add it to build dependencies. 12 years ago
  Rob Landley 7a4551ff5e Replace GPL python debug script with BSD shell script. 12 years ago
  Rob Landley fcf188ffdb Set HOSTCC only if it isn't already set as an environment variable. 12 years ago
  Rob Landley 09e8bde9f2 Add a basic README and an example to "make help". 12 years ago
  Rob Landley 27f5779a7a Add autodetect for container support. 12 years ago