Historie revizí

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