aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
AgeCommit message (Expand)Author
2014-12-23those of us who need to check in generated files find that 'tr' andElliott Hughes
2014-12-13Oops. xfork() moved to portability.c and the config2help.c build wasn't inclu...Rob Landley
2014-12-11here's a patch that should let us replace toolbox's chcon.Elliott Hughes
2014-11-28Improve error reporting in parallel build. (On error, wait for all children t...Rob Landley
2014-11-28Add "make change" target to build the big toybox binary as a bunch of little ...Rob Landley
2014-09-20Delete generated/README.txt (the contents are in code.html now) so clean can ...Rob Landley
2014-09-20Remove debug echo checked in by mistake.Rob Landley
2014-09-20Give library probe a progress indicator, and use 150% of detected CPUs to try...Rob Landley
2014-09-11Create a generated/build.sh with a single compiler command line to rebuild th...Rob Landley
2014-09-11Oops, unbreak make.sh.Rob Landley
2014-09-09Make tweaks: collate generated/*.o files into their own subdirectory, add PIP...Rob Landley
2014-09-04Don't hang for $CPUS=1.Rob Landley
2014-08-31More parallel build tweaks.Rob Landley
2014-08-30Old compilers complain about linker options passed with -c, so split out $LDO...Rob Landley
2014-08-30Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the...Rob Landley
2014-08-24Fix parallel make not always catching errors before link time.Rob Landley
2014-08-09Parallelize the build. (set CPUS=1 to force single processor build, or anothe...Rob Landley
2014-06-09host needs -lresolvRob Landley
2014-05-24Pass the same $CFLAGS to the library probe as the final build, to work with b...Rob Landley
2014-02-28Fix header file generation to not be confused by empty (but non-NULL) option ...Rob Landley
2014-02-23CLEANUP transitions require all the generated/flags.h stanzas always be prese...Rob Landley
2014-02-04Use right config for single builds.Rob Landley
2014-01-03Replace python help converter with C implementation.Rob Landley
2013-12-28Cosmetic tweak.Rob Landley
2013-12-19Older python spit --version to stdout, 2.7 does it to stderr. Of course.Rob Landley
2013-12-19Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot.Rob Landley
2013-10-23Don't use $CC without $CROSS_COMPILE because $HOSTCC could be something else ...Rob Landley
2013-10-03Switch flag generation from shell to C.Rob Landley
2013-09-22Fix generated/oldtoys.h to contain option strings with USE() macros in them.Rob Landley
2013-09-05Allow shipped generated/help.h to still be used, until I rewrite the generato...Rob Landley
2013-08-30make.sh: Fix probing for python2.x and be verbose in error reportingElie De Brauwer
2013-09-01Implement ls --color=auto, suggested by Rich Felker.Rob Landley
2013-08-30Add scripts/single.sh to build individual non-multiplexed standalone commands.Rob Landley
2013-08-12More grep cleanup, and make OPTSTR_command macros for use with OLDTOY()Rob Landley
2013-07-25Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, ...Rob Landley
2013-07-25Don't make a FLAG_ macro for " ", it's a control character, doing so throws t...Rob Landley
2013-06-22Generate FLAG_longopt macros for --longopts with no corresponding short option.Rob Landley
2013-04-30generated/help.h depends on CONFIG_TOYBOX_HELPFelix Janda
2013-04-29The host sort on many distros behaves stupidly, and sorts stuff in non-ascii ...Rob Landley
2012-11-28Use the specified compiler for preprocessing.Rob Landley
2012-11-26Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac...Rob Landley
2012-11-19Teach option parsing about [groups] of related options.Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-09-08Add switch_root and fix infrastructure to understand name "switch_root".Rob Landley
2012-08-25Teach build to compare toys/*/*.c against .config symbol names instead of sto...Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-06-11Multiplexer needs stayroot flag for suid handling.0.3.0Rob Landley
2012-05-23Probe available libraries to link --as-needed, avoiding "unknown libarary" er...Rob Landley
2012-04-24Adding initial version of login.cElie De Brauwer
2012-04-14Teach make.sh to create flag macros, but with the wrong names. Dunno how to m...Rob Landley