summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Define HOSTLN to allow gzip to build for non-x86 targetUlf Samuelsson2007-07-151-0/+4
* - use established styleBernhard Reutner-Fischer2007-07-131-3/+6
* Workaround for vi bug in syntax highlightingUlf Samuelsson2007-07-121-3/+3
* Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAMEUlf Samuelsson2007-07-121-4/+4
* BSP Patch:Ulf Samuelsson2007-07-121-7/+27
* Define date of build as DATE, use in mtd/mtd.mkUlf Samuelsson2007-07-111-0/+1
* - fix evaluation of HOSTCFLAGS for kconfig. Closes #1415Bernhard Reutner-Fischer2007-07-091-2/+5
* - wipe config related files in distcleanBernhard Reutner-Fischer2007-07-091-1/+2
* sh needs '-c' to run a binaryUlf Samuelsson2007-07-091-5/+5
* - add help targetBernhard Reutner-Fischer2007-07-081-2/+18
* - silence a cosmetic warning (closes several issues in mantis).Bernhard Reutner-Fischer2007-07-081-11/+32
* Remove some unwanted white space in MakefileUlf Samuelsson2007-07-061-1/+1
* - adjust infrastructure for new kconfigBernhard Reutner-Fischer2007-06-281-2/+56
* - Search for defconfigs in target, not entire treeBernhard Reutner-Fischer2007-06-251-4/+5
* - forgot to apply this hunk that should have belonged to r18904Bernhard Reutner-Fischer2007-06-241-1/+1
* - add full sysroot support for non-ancient toolchains.Bernhard Reutner-Fischer2007-06-201-5/+11
* Hide troublesome environment variables from sub processesPeter Korsgaard2007-06-191-0/+7
* - provide a "source-check" target that tries to download all packages withBernhard Reutner-Fischer2007-06-071-2/+14
* - fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIBBernhard Reutner-Fischer2007-06-021-16/+16
* - move setting up the extensions to correct place (like i said but tom didn't...Bernhard Reutner-Fischer2007-06-021-21/+29
* - correct extensions for apple (thanks Heikki Lindholm for pointing this out)Bernhard Reutner-Fischer2007-06-021-2/+2
* - add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer t...Bernhard Reutner-Fischer2007-06-011-0/+25
* Create 'bin' directory in staging area."Steven J. Hill"2007-05-071-0/+1
* Create symlink for 'usr/include' in the staging directory so that packages li..."Steven J. Hill"2007-04-281-0/+1
* - make sure to download fakeroot if neededBernhard Reutner-Fischer2007-04-061-1/+1
* - add cc-option and use it to check for stuff that is benefical for PREFER_IMABernhard Reutner-Fischer2007-02-121-0/+7
* Support building using an external toolchain. Questions to the mailing list a..."Steven J. Hill"2007-02-061-0/+4
* - generalize the menuconfig linux kernel supportBernhard Reutner-Fischer2007-01-301-8/+2
* - make sure to add board specific targets before the final generation of the ...Bernhard Reutner-Fischer2007-01-281-1/+0
* - make distclean didn't clean dialog binaries. Closes #1039Bernhard Reutner-Fischer2007-01-191-0/+1
* link $(STAGING_DIR)/usr/lib to $(STAGING_DIR)/libEric Andersen2007-01-101-0/+2
* - andersee, what was that good for? It just slows down rebuilds as it delves ...Bernhard Reutner-Fischer2006-12-021-1/+2
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
* - check if busybox' Rules.mak exists.Bernhard Reutner-Fischer2006-11-171-2/+3
* make certain the target directory existsEric Andersen2006-11-151-0/+1
* subversion makes it so we do not need a separate tarballEric Andersen2006-11-151-5/+2
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...Bernhard Reutner-Fischer2006-10-011-1/+1
* configuring uClibc depends on first having kernel headers in placeEric Andersen2006-07-181-1/+1
* put sed check in the correct placeEric Andersen2006-07-181-1/+1
* move TAR_OPTIONS to its rightful placeEric Andersen2006-07-181-3/+0
* Resolves Bug #182 for buildroot. It works nice to pull in default"Steven J. Hill"2006-06-221-1/+6
* s/dependancies/dependencies/Mike Frysinger2006-05-261-1/+1
* when copying, be forceful about it to gratuitously overwrite symlinksEric Andersen2006-04-191-1/+1
* make sure things still work even when fakeroot is not in active useEric Andersen2006-04-071-1/+1
* removed clean and distclean from the noconfig targets per case 0000232David Anders2006-01-251-2/+1
* - remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS.Bernhard Reutner-Fischer2005-12-101-5/+0
* - add option to pass to tar for unpacking the source.Bernhard Reutner-Fischer2005-12-101-2/+4
* Allan Clark writes:Mike Frysinger2005-09-091-1/+4
* only build host-file if we need itMike Frysinger2005-09-081-1/+1
* Build 'file' for the host as well as the target. If the host system has a ver..."Steven J. Hill"2005-08-301-1/+1