OSDN Git Service

Build vendor toybox unconditionally. am: 3829236617
[android-x86/external-toybox.git] / Makefile
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...