summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Ensure make %_defconfig works without error - now silentlyUlf Samuelsson2007-09-231-1/+1
* fix error when doing 'make %_defconfigUlf Samuelsson2007-09-231-1/+1
* - rename the gcc base_target to the more appropriate term cross_compilerBernhard Reutner-Fischer2007-09-221-1/+1
* - set and export VERBOSE if V= was requestedBernhard Reutner-Fischer2007-09-221-1/+4
* - forgot to put base-target's sources into the source target.Bernhard Reutner-Fischer2007-09-181-3/+2
* Remove some debug info + add uclibc-target-utils-source targetUlf Samuelsson2007-09-171-9/+1
* make source should include BASE_TARGETSUlf Samuelsson2007-09-171-1/+11
* Add hooks for creating your own board support packageUlf Samuelsson2007-09-121-0/+9
* - whitespace cleanup (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-09-011-25/+23
* - rephrase r19284 -- explicitely list base targets for WorldBernhard Reutner-Fischer2007-09-011-4/+5
* - README even.Bernhard Reutner-Fischer2007-08-271-1/+1
* - allow me to point people at 'make help'Bernhard Reutner-Fischer2007-08-271-0/+2
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-12/+12
* - our dependencies are project specific. First (untested) attempt to take thi...Bernhard Reutner-Fischer2007-08-211-3/+13
* - sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkd...Bernhard Reutner-Fischer2007-08-211-7/+7
* - fix incorrect invocation of non-existing binary named "-find"Bernhard Reutner-Fischer2007-08-211-6/+6
* - fix whitespace damage..Bernhard Reutner-Fischer2007-08-211-2/+2
* - cosmetic adjustment in help textBernhard Reutner-Fischer2007-08-211-1/+1
* Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)Ulf Samuelsson2007-08-201-1/+1
* Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIRUlf Samuelsson2007-08-191-0/+3
* Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson2007-08-161-1/+1
* Dont create TARGET_DIR if it existsUlf Samuelsson2007-08-161-1/+1
* Avoid copying TARGET_SKELETON on every 'make'Ulf Samuelsson2007-08-161-3/+5
* Remove fakeroot files after use to avoid rerunUlf Samuelsson2007-08-151-0/+4
* Move project related info from main Makefile to project dirUlf Samuelsson2007-08-141-20/+6
* Avoid continuous rebuilds of TARGET_DIR and /etc/* project filesUlf Samuelsson2007-08-141-11/+16
* - add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchyBernhard Reutner-Fischer2007-07-311-1/+2
* - explicitely list base targets for WorldBernhard Reutner-Fischer2007-07-271-1/+1
* - put dependency checking right to the start where any later stages can rely ...Bernhard Reutner-Fischer2007-07-271-1/+1
* - fix directory dependenciesBernhard Reutner-Fischer2007-07-271-10/+13
* - remove passing down the goalsBernhard Reutner-Fischer2007-07-271-4/+2
* - fix building mconf with curses flagsBernhard Reutner-Fischer2007-07-271-2/+4
* - the external-toolchain.mk is not parallel-safe, so ignore it.Bernhard Reutner-Fischer2007-07-231-3/+14
* make source-check without permanently changing WGET commandUlf Samuelsson2007-07-201-6/+2
* Fix INITRAMFS target that was broken. Get rid of config stuff out of the top-..."Steven J. Hill"2007-07-181-21/+24
* 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