summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Ensure shell environment is handled correctlyUlf Samuelsson2008-03-301-7/+9
|
* Easy update of defconfigUlf Samuelsson2008-03-301-0/+3
|
* Use BUSYBOX_LOCAL shell variable, if definedUlf Samuelsson2008-03-281-10/+15
|
* Added ccache support and removed grub from defconfig due to brokenness at ↵Jason Spence2008-03-281-0/+11
| | | | the moment.
* more robust development files in target handlerJohn Voltz2008-03-111-11/+9
|
* renamed variable, removed uppercase config textJohn Voltz2008-03-101-1/+1
|
* added dev files in target optionJohn Voltz2008-03-101-1/+16
|
* buildroot: add kernel-headers to base targets so it gets handled by ↵Peter Korsgaard2008-03-041-1/+1
| | | | external-deps
* buildroot: add external-deps targetPeter Korsgaard2008-03-041-0/+5
| | | | | Add external-deps target to show what external files are needed to recreate the build.
* Do not create new directories in external toolchainUlf Samuelsson2007-10-071-0/+2
|
* - Nowadays there is no need to strip the config symbols anymoreBernhard Reutner-Fischer2007-09-291-3/+3
|
* - add FC, remove some duplicate entries, cleanupBernhard Reutner-Fischer2007-09-281-1/+11
| | | | - fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
* Add some more host toolsUlf Samuelsson2007-09-281-0/+8
|
* Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵Ulf Samuelsson2007-09-281-1/+1
| | | | uclibc-update to avoid overwriting board support file
* Add administration for linux,uclibc and mainUlf Samuelsson2007-09-281-0/+4
|
* - for various reasons i will need an explicit ordering of the toolchain includesBernhard Reutner-Fischer2007-09-271-1/+12
|
* - revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer2007-09-261-2/+2
| | | | gcc target abi back to a place where the other arch-specific settings live
* 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
| | | | Thanks to Ulf for pointing out this error of mine..
* 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
| | | | Needed for toplevel parallel builds to work properly.
* - 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 ↵Bernhard Reutner-Fischer2007-08-211-3/+13
| | | | | | | this fact into account. Will need to try to copy eventual pre-existing project-specific deps back to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-211-7/+7
| | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
* - fix incorrect invocation of non-existing binary named "-find"Bernhard Reutner-Fischer2007-08-211-6/+6
| | | | This bloated the target needlessly (and used to work before)
* - 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
| | | | on the being ok.
* - fix directory dependenciesBernhard Reutner-Fischer2007-07-271-10/+13
| | | | - BASE_TARGET depends on dirs
* - remove passing down the goalsBernhard Reutner-Fischer2007-07-271-4/+2
|
* - fix building mconf with curses flagsBernhard Reutner-Fischer2007-07-271-2/+4
| | | | - make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created.
* - the external-toolchain.mk is not parallel-safe, so ignore it.Bernhard Reutner-Fischer2007-07-231-3/+14
| | | | - first step of minor adjustments to allow for a toplevel 'make -j128' (regardless of BR2_JLEVEL)