OSDN Git Service

Switch to toybox sendevent.
[android-x86/external-toybox.git] / Makefile
2016-04-21 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-04-20 Rob LandleyReplace list_working with just list, "make list list_pe...
2016-03-30 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-03-23 Rob LandleyRedo build stuff in response to Andy Chu's suggestions.
2016-03-07 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-03-02 Elliott HughesFix "make help" again.
2016-02-20 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-19 Rob LandleyAdd test_COMMAND for each command, update "make help...
2016-02-14 Rob LandleyAdd "make list", rename make working->list_working...
2016-02-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-11 Rob LandleyWean scripts/install.c off toys.h so cross compiling...
2016-02-08 Rob LandleyAdd "make ls" and friends targets, with "make working...
2016-02-06 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2016-02-04 Rob LandleyMerge branch 'master' of ssh://github.com/landley/toybox
2016-02-04 Rob LandleyCommit d20b9ff3ee0f fixed most of yocto building, but...
2015-10-06 Elliott Hughesam fa01b4ca: Merge changes Ie1705960,I8b94351f,I661540a...
2015-10-06 Elliott HughesMerge changes Ie1705960,I8b94351f,I661540a9,Id2dbdcab...
2015-10-06 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-10-06 Rob LandleyFix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc...
2015-10-04 Rob LandleyExport makefile variables so you can say "make CROSS_CO...
2015-03-29 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-03-28 Elliott HughesFix an obvious typo in Makefile.
2015-02-19 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-02-14 Rob LandleyMove guts of "make change" to scripts/change.sh, don...
2015-02-09 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-02-07 Rob LandleyClean up the output of "make change".
2014-12-19 Elliott HughesMerge "Add "make help" entry for "make change"."
2014-12-13 Rob LandleyAdd "make help" entry for "make change".
2014-12-03 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2014-11-28 Rob LandleyAdd "change" subdirectory to make clean.
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 LandleyForgot to check in the updated makefile when I moved...
2014-09-12 Rob LandleyCreate a generated/build.sh with a single compiler...
2014-09-10 Rob LandleyMake tweaks: collate generated/*.o files into their...
2014-08-10 Rob LandleyUpdate clean to clean up after new parallel build.
2014-04-16 Rob LandleyProbes for O_NOFOLLOW that compile and run something...
2014-03-01 Rob LandleyFix two bugs reported by Ashwini Sharma.
2014-01-04 Rob LandleyReplace python help converter with C implementation.
2013-11-10 Rob Landleydistclean was missing singleconfig.old.
2013-10-03 Rob LandleySwitch flag generation from shell to C.
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...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...
2012-06-19 Rob LandleyReplace CCFLAGS with description of how to add flags...
2012-02-28 Rob LandleyNow that generated/Config.probed is its own file, add...
2012-02-22 Rob LandleyReplace GPL python debug script with BSD shell script.
2012-02-20 Rob LandleySet HOSTCC only if it isn't already set as an environme...
2012-02-04 Rob LandleyAdd a basic README and an example to "make help".
2012-02-04 Rob LandleyAdd autodetect for container support.
2011-12-28 Rob LandleyFix "make help".
2009-03-29 Rob LandleyRegenerate Config.in when toys/*.c changes.
2008-05-04 Rob LandleyTry to convince make to be less stupid about rebuilding.
2008-03-29 Rob LandleyWow is make stupid. (Ahem, full of "magic, implicit...
2008-03-28 Rob LandleyUpdate help, move test.sh to scripts, and fix "make...
2008-03-28 Rob LandleyAdd uninstall and uninstall_flat.
2008-03-28 Rob LandleyAdd install target, and make install_flat use scripts...
2008-02-23 Rob LandleyDon't delete testdir after running test.sh. Add it...
2008-02-17 Rob LandleyYet more build dependency tweaks...
2008-01-23 Rob LandleyMight as well make the dependencies slightly more paranoid.
2008-01-21 Rob LandleyHit makefile dependencies so install step doesn't rebui...
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...
2008-01-10 Rob LandleyMove some generated files into the "generated" subdirec...
2007-12-09 Rob LandleyAdd some more .PHONY targets.
2007-11-27 Rob LandleyAdd a comment about a case that made me stop and think.
2007-11-25 Charlie ShepherdRebuild toybox when a header file changes
2007-11-10 Charlie ShepherdMake toybox_unstripped depend upon toys/help.h (so...
2007-11-13 Rob LandleyPatch fromm Roberto Foglietta: distclean should remove...
2007-11-06 Rob LandleyMove toybox_old delete (for bloatcheck) from clean...
2007-09-05 Rob LandleyMove optimizer flags to OPTIMIZE, so "make CC=tcc OPTIM...
2007-08-29 Rob LandleyAdd "help" command. (Building help/help.h requires...
2007-06-18 Rob LandleyFix makefile to defconfig properly, and leak in a bit...
2007-06-07 Rob LandleyMore cross compiling infrastructure.
2007-05-29 Rob LandleyMake it easier to specify which compiler to use.
2007-03-13 Rob LandleyConvert HOST_CC to HOSTCC to be more like uClibc build.
2007-02-13 Rob LandleyMacOS X has a defective sed with no -r.
2007-02-03 Rob LandleyTeach build to build only the toys/*.c selected in...
2007-01-31 Rob LandleyMissing comma, and slight simplification in defconfig...
2007-01-31 Rob LandleyAdd "make defconfig". Modify global options to start...
2007-01-31 Rob LandleyAdd make install_flat.
2007-01-04 Rob LandleyBlah. The sed filter's not right, I'll try again later.
2007-01-01 Rob LandleyMake some of gcc 4.1's dumber warnings go away.
2006-11-26 Rob LandleyTeach clean and distclean to zap more files.
2006-11-26 Rob LandleyAdd bloat-o-meter, make bloatcheck, and scripts/showasm.
2006-11-26 Rob LandleyReduce flag duplication and make kconfig use HOST_CC.
2006-11-25 Rob LandleyAdd another warning check and a missing dependency.
2006-11-03 Rob LandleyBetter dependencies, and feed the linker --gc-sections...
2006-11-02 Rob LandleyMake the config generate gen_config.h with CFG_ and...
2006-11-02 Rob LandleyThe darn thing accidentally created a branch. I had...
2006-10-30 landleyImplement df. Add -Wall to build and fix up warnings...
2006-10-18 landleyNext drop of toysh, plus more infratructure.
2006-09-28 landleyNext snapshot. Tries to grab something out of lib...