OSDN Git Service

Tweak permissions of toybox binary.
[android-x86/external-toybox.git] / scripts / make.sh
2015-10-29 Rob LandleyTweak permissions of toybox binary.
2015-10-15 Alejandro Joyamake.sh: missing cflags for config2help
2015-09-24 Rob LandleyThe -o /dev/null trick in probing isn't compatible...
2015-08-30 Rob LandleyBuild updates: make change should use top level .config...
2015-05-09 Rob LandleyProbe for -Wno-string-plus-int.
2015-04-18 Xavier RocheLink against libattr and libsmack.
2015-04-17 Rob LandleyMake toybox --version use the "git describe" info if...
2015-03-06 Rob LandleyYank $STRIP from config (and STRIP=no weirdness) and...
2015-02-28 Rob LandleyAdd LDFLAGS and STRIP=no support.
2015-02-07 Rob LandleyBuild standalone commands where "depends on" config...
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-12-24 Elliott Hughesthose of us who need to check in generated files find...
2014-12-13 Rob LandleyOops. xfork() moved to portability.c and the config2hel...
2014-12-12 Elliott Hugheshere's a patch that should let us replace toolbox's...
2014-11-28 Rob LandleyImprove error reporting in parallel build. (On error...
2014-11-28 Rob LandleyAdd "make change" target to build the big toybox binary...
2014-09-20 Rob LandleyDelete generated/README.txt (the contents are in code...
2014-09-20 Rob LandleyRemove debug echo checked in by mistake.
2014-09-20 Rob LandleyGive library probe a progress indicator, and use 150...
2014-09-12 Rob LandleyCreate a generated/build.sh with a single compiler...
2014-09-11 Rob LandleyOops, unbreak make.sh.
2014-09-10 Rob LandleyMake tweaks: collate generated/*.o files into their...
2014-09-04 Rob LandleyDon't hang for $CPUS=1.
2014-09-01 Rob LandleyMore parallel build tweaks.
2014-08-30 Rob LandleyOld compilers complain about linker options passed...
2014-08-30 Rob LandleyAnother fix from Johan Bergstr?m, using the gnu/dammit...
2014-08-25 Rob LandleyFix parallel make not always catching errors before...
2014-08-09 Rob LandleyParallelize the build. (set CPUS=1 to force single...
2014-06-09 Rob Landleyhost needs -lresolv
2014-05-24 Rob LandleyPass the same $CFLAGS to the library probe as the final...
2014-03-01 Rob LandleyFix header file generation to not be confused by empty...
2014-02-24 Rob LandleyCLEANUP transitions require all the generated/flags...
2014-02-04 Rob LandleyUse right config for single builds.
2014-01-04 Rob LandleyReplace python help converter with C implementation.
2013-12-28 Rob LandleyCosmetic tweak.
2013-12-19 Rob LandleyOlder python spit --version to stdout, 2.7 does it...
2013-12-19 Rob LandleyRegression test against Ancient Build Environment ...
2013-10-23 Rob LandleyDon't use $CC without $CROSS_COMPILE because $HOSTCC...
2013-10-03 Rob LandleySwitch flag generation from shell to C.
2013-09-22 Rob LandleyFix generated/oldtoys.h to contain option strings with...
2013-09-05 Rob LandleyAllow shipped generated/help.h to still be used, until...
2013-08-30 Elie De Brauwermake.sh: Fix probing for python2.x and be verbose in...
2013-09-01 Rob LandleyImplement ls --color=auto, suggested by Rich Felker.
2013-08-30 Rob LandleyAdd scripts/single.sh to build individual non-multiplex...
2013-08-12 Rob LandleyMore grep cleanup, and make OPTSTR_command macros for...
2013-07-26 Rob LandleyJuhani Haverinen pointed out that python 3 doesn't...
2013-07-25 Rob LandleyDon't make a FLAG_ macro for " ", it's a control charac...
2013-06-22 Rob LandleyGenerate FLAG_longopt macros for --longopts with no...
2013-04-30 Felix Jandagenerated/help.h depends on CONFIG_TOYBOX_HELP
2013-04-29 Rob LandleyThe host sort on many distros behaves stupidly, and...
2012-11-29 Rob LandleyUse the specified compiler for preprocessing.
2012-11-26 Rob LandleyCleanup i18n support (#ifdefectomy, move global init...
2012-11-19 Rob LandleyTeach option parsing about [groups] of related options.
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-09-08 Rob LandleyAdd switch_root and fix infrastructure to understand...
2012-08-25 Rob LandleyTeach build to compare toys/*/*.c against .config symbo...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...
2012-06-12 Rob LandleyMultiplexer needs stayroot flag for suid handling.
2012-05-24 Rob LandleyProbe available libraries to link --as-needed, avoiding...
2012-04-24 Elie De BrauwerAdding initial version of login.c
2012-04-15 Rob LandleyTeach make.sh to create flag macros, but with the wrong...
2012-03-07 Rob LandleyComment and whitespace tweaks.
2012-03-03 Rob LandleyFix from Georgi Chorbadzhiyski to make cross compiling...
2012-02-17 Rob LandleyAdd V=1 support to make.
2009-12-13 Rob LandleyThe "strip" in gcc 4.4 doesn't set the executable bit...
2009-01-30 Rob LandleyConvert non-bool config values (such as int) into confi...
2009-01-30 Rob LandleyRe-wordwrap and reorder the .config->config.h sed scrip...
2008-11-15 Rob LandleyAdd netcat server mode, -l, -L, and -t.
2008-05-12 Rob LandleySort was including the trailing comma and getting the...
2008-02-23 Rob LandleyRemove some commented out code.
2008-01-25 Charlie ShepherdDie on compilation or stripping failure
2008-01-22 Rob LandleySort newtoys.h by command name, not by USE_ macro.
2008-01-20 Rob LandleyZap toylist.h, moving contents of global structures...
2008-01-19 Rob LandleyMove NEWTOY() list from end of toylist.h to generated...
2008-01-19 Rob LandleyZap toys/Config.in and instead create generated/Config...