log scripts/make.sh @ 1624:ae9d3ffeecbe draft

age author description
Tue, 23 Dec 2014 19:17:13 -0600 Elliott Hughes those of us who need to check in generated files find that 'tr' and draft
Sat, 13 Dec 2014 12:09:25 -0600 Rob Landley Oops. xfork() moved to portability.c and the config2help.c build wasn't including that. (Worked until I did a "make clean".) draft
Thu, 11 Dec 2014 20:17:28 -0600 Elliott Hughes here's a patch that should let us replace toolbox's chcon. draft
Fri, 28 Nov 2014 17:30:46 -0600 Rob Landley Improve error reporting in parallel build. (On error, wait for all children to finish before exiting.) draft
Fri, 28 Nov 2014 16:49:46 -0600 Rob Landley 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. draft
Sat, 20 Sep 2014 14:20:28 -0500 Rob Landley Delete generated/README.txt (the contents are in code.html now) so clean can just remove the "generated" directory entirely. draft
Sat, 20 Sep 2014 13:22:24 -0500 Rob Landley Remove debug echo checked in by mistake. draft
Sat, 20 Sep 2014 13:07:53 -0500 Rob Landley Give library probe a progress indicator, and use 150% of detected CPUs to try to keep large SMP machines busy (each compiler invocation is short so they exit almost as fast as we launch them). draft
Thu, 11 Sep 2014 20:50:10 -0500 Rob Landley Create a generated/build.sh with a single compiler command line to rebuild the toybox_unstripped binary using the existing generated/*.h files. draft
Thu, 11 Sep 2014 00:04:37 -0500 Rob Landley Oops, unbreak make.sh. draft
Tue, 09 Sep 2014 20:13:03 -0500 Rob Landley 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. draft
Thu, 04 Sep 2014 00:23:51 -0500 Rob Landley Don't hang for $CPUS=1. draft
Sun, 31 Aug 2014 22:07:43 -0500 Rob Landley More parallel build tweaks. draft
Sat, 30 Aug 2014 17:44:07 -0500 Rob Landley Old compilers complain about linker options passed with -c, so split out $LDOPTIMIZE. draft
Sat, 30 Aug 2014 16:34:46 -0500 Rob Landley Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the host can be screwed up by more than one environment variable. draft
Sun, 24 Aug 2014 22:42:47 -0500 Rob Landley Fix parallel make not always catching errors before link time. draft
Sat, 09 Aug 2014 14:33:34 -0500 Rob Landley Parallelize the build. (set CPUS=1 to force single processor build, or another number to override processor count autodetect.) draft
Mon, 09 Jun 2014 05:53:43 -0500 Rob Landley host needs -lresolv draft
Sat, 24 May 2014 12:49:21 -0500 Rob Landley Pass the same $CFLAGS to the library probe as the final build, to work with broken build environments that provide different libraries for --static and dynamic builds. draft
Fri, 28 Feb 2014 20:46:16 -0600 Rob Landley Fix header file generation to not be confused by empty (but non-NULL) option string. draft
Sun, 23 Feb 2014 20:11:06 -0600 Rob Landley CLEANUP transitions require all the generated/flags.h stanzas always be present (even for commands disabled in the config) to avoid undefined symbol errors referencing FLAG_ macros. draft
Tue, 04 Feb 2014 06:14:30 -0600 Rob Landley Use right config for single builds. draft
Fri, 03 Jan 2014 18:23:09 -0600 Rob Landley Replace python help converter with C implementation. draft
Sat, 28 Dec 2013 17:06:55 -0600 Rob Landley Cosmetic tweak. draft
Thu, 19 Dec 2013 15:14:33 -0600 Rob Landley Older python spit --version to stdout, 2.7 does it to stderr. Of course. draft
Thu, 19 Dec 2013 15:02:18 -0600 Rob Landley Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. draft
Wed, 23 Oct 2013 02:52:01 -0500 Rob Landley Don't use $CC without $CROSS_COMPILE because $HOSTCC could be something else entirely. draft
Thu, 03 Oct 2013 03:18:00 -0500 Rob Landley Switch flag generation from shell to C. draft
Sun, 22 Sep 2013 03:37:39 -0500 Rob Landley Fix generated/oldtoys.h to contain option strings with USE() macros in them. draft
Thu, 05 Sep 2013 06:54:46 -0500 Rob Landley Allow shipped generated/help.h to still be used, until I rewrite the generator in C. draft