summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2007-09-23Ensure make %_defconfig works without error - now silentlyUlf Samuelsson
2007-09-23fix error when doing 'make %_defconfigUlf Samuelsson
2007-09-22- rename the gcc base_target to the more appropriate term cross_compilerBernhard Reutner-Fischer
2007-09-22- set and export VERBOSE if V= was requestedBernhard Reutner-Fischer
2007-09-18- forgot to put base-target's sources into the source target.Bernhard Reutner-Fischer
2007-09-17Remove some debug info + add uclibc-target-utils-source targetUlf Samuelsson
2007-09-17make source should include BASE_TARGETSUlf Samuelsson
2007-09-12Add hooks for creating your own board support packageUlf Samuelsson
2007-09-01- whitespace cleanup (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-09-01- rephrase r19284 -- explicitely list base targets for WorldBernhard Reutner-Fischer
2007-08-27- README even.Bernhard Reutner-Fischer
2007-08-27- allow me to point people at 'make help'Bernhard Reutner-Fischer
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-08-21- our dependencies are project specific. First (untested) attempt to take thi...Bernhard Reutner-Fischer
2007-08-21- sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkd...Bernhard Reutner-Fischer
2007-08-21- fix incorrect invocation of non-existing binary named "-find"Bernhard Reutner-Fischer
2007-08-21- fix whitespace damage..Bernhard Reutner-Fischer
2007-08-21- cosmetic adjustment in help textBernhard Reutner-Fischer
2007-08-20Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)Ulf Samuelsson
2007-08-19Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIRUlf Samuelsson
2007-08-16Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson
2007-08-16Dont create TARGET_DIR if it existsUlf Samuelsson
2007-08-16Avoid copying TARGET_SKELETON on every 'make'Ulf Samuelsson
2007-08-15Remove fakeroot files after use to avoid rerunUlf Samuelsson
2007-08-14Move project related info from main Makefile to project dirUlf Samuelsson
2007-08-14Avoid continuous rebuilds of TARGET_DIR and /etc/* project filesUlf Samuelsson
2007-07-31- add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchyBernhard Reutner-Fischer
2007-07-27- explicitely list base targets for WorldBernhard Reutner-Fischer
2007-07-27- put dependency checking right to the start where any later stages can rely ...Bernhard Reutner-Fischer
2007-07-27- fix directory dependenciesBernhard Reutner-Fischer
2007-07-27- remove passing down the goalsBernhard Reutner-Fischer
2007-07-27- fix building mconf with curses flagsBernhard Reutner-Fischer
2007-07-23- the external-toolchain.mk is not parallel-safe, so ignore it.Bernhard Reutner-Fischer
2007-07-20make source-check without permanently changing WGET commandUlf Samuelsson
2007-07-18Fix INITRAMFS target that was broken. Get rid of config stuff out of the top-..."Steven J. Hill"
2007-07-15Define HOSTLN to allow gzip to build for non-x86 targetUlf Samuelsson
2007-07-13- use established styleBernhard Reutner-Fischer
2007-07-12Workaround for vi bug in syntax highlightingUlf Samuelsson
2007-07-12Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAMEUlf Samuelsson
2007-07-12 BSP Patch:Ulf Samuelsson
2007-07-11Define date of build as DATE, use in mtd/mtd.mkUlf Samuelsson
2007-07-09- fix evaluation of HOSTCFLAGS for kconfig. Closes #1415Bernhard Reutner-Fischer
2007-07-09- wipe config related files in distcleanBernhard Reutner-Fischer
2007-07-09sh needs '-c' to run a binaryUlf Samuelsson
2007-07-08- add help targetBernhard Reutner-Fischer
2007-07-08- silence a cosmetic warning (closes several issues in mantis).Bernhard Reutner-Fischer
2007-07-06Remove some unwanted white space in MakefileUlf Samuelsson
2007-06-28- adjust infrastructure for new kconfigBernhard Reutner-Fischer
2007-06-25- Search for defconfigs in target, not entire treeBernhard Reutner-Fischer
2007-06-24- forgot to apply this hunk that should have belonged to r18904Bernhard Reutner-Fischer