summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2007-05-07Create 'bin' directory in staging area."Steven J. Hill"
2007-04-28Create symlink for 'usr/include' in the staging directory so that packages li..."Steven J. Hill"
2007-04-06- make sure to download fakeroot if neededBernhard Reutner-Fischer
2007-02-12- add cc-option and use it to check for stuff that is benefical for PREFER_IMABernhard Reutner-Fischer
2007-02-06Support building using an external toolchain. Questions to the mailing list a..."Steven J. Hill"
2007-01-30- generalize the menuconfig linux kernel supportBernhard Reutner-Fischer
2007-01-28- make sure to add board specific targets before the final generation of the ...Bernhard Reutner-Fischer
2007-01-19- make distclean didn't clean dialog binaries. Closes #1039Bernhard Reutner-Fischer
2007-01-10link $(STAGING_DIR)/usr/lib to $(STAGING_DIR)/libEric Andersen
2006-12-02- andersee, what was that good for? It just slows down rebuilds as it delves ...Bernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-11-17- check if busybox' Rules.mak exists.Bernhard Reutner-Fischer
2006-11-15make certain the target directory existsEric Andersen
2006-11-15subversion makes it so we do not need a separate tarballEric Andersen
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...Bernhard Reutner-Fischer
2006-07-18configuring uClibc depends on first having kernel headers in placeEric Andersen
2006-07-18put sed check in the correct placeEric Andersen
2006-07-18move TAR_OPTIONS to its rightful placeEric Andersen
2006-06-22Resolves Bug #182 for buildroot. It works nice to pull in default"Steven J. Hill"
2006-05-26s/dependancies/dependencies/Mike Frysinger
2006-04-19when copying, be forceful about it to gratuitously overwrite symlinksEric Andersen
2006-04-07make sure things still work even when fakeroot is not in active useEric Andersen
2006-01-25removed clean and distclean from the noconfig targets per case 0000232David Anders
2005-12-10- remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS.Bernhard Reutner-Fischer
2005-12-10- add option to pass to tar for unpacking the source.Bernhard Reutner-Fischer
2005-09-09Allan Clark writes:Mike Frysinger
2005-09-08only build host-file if we need itMike Frysinger
2005-08-30Build 'file' for the host as well as the target. If the host system has a ver..."Steven J. Hill"
2005-08-04Allow packages to use fakeroot. To accomodate this, convert allEric Andersen
2005-04-27Make defconfig work properlyEric Andersen
2005-04-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen
2005-02-17more changes towards better board supportEric Andersen
2005-02-17Make target stuff last so it can override everything elseEric Andersen
2005-02-11Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
2005-02-07update copyrightEric Andersen
2004-12-11Don't fail for existing dirsEric Andersen
2004-12-11Add some more phonysEric Andersen
2004-12-11Don't nuke STAGING_DIR and TARGET_DIREric Andersen
2004-10-15Build the uClibc utils with the uClibc-targeted toolchain.Manuel Novoa III
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09Don't use a string to do the job of a boolEric Andersen
2004-10-09support tar verbosityMike Frysinger
2004-10-09Remove obsolete references to SOURCE_DIREric Andersen
2004-10-09Fix it so we once again build the target root_fsEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
2004-10-09It would help to include the package specific *.mk makefilesEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
2004-10-08add -pipe to default CFLAGSMike Frysinger