OSDN Git Service

Add install target, and make install_flat use scripts/install.sh
[android-x86/external-toybox.git] / Makefile
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...