커밋 기록

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