summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2008-03-30Makefile: fix typo (.empty files, not dirs)Peter Korsgaard
2008-03-30target_skeleton: mark empty directories with .empty filesPeter Korsgaard
Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn).
2008-03-30Ensure shell environment is handled correctlyUlf Samuelsson
2008-03-30Easy update of defconfigUlf Samuelsson
2008-03-28Use BUSYBOX_LOCAL shell variable, if definedUlf Samuelsson
2008-03-28Added ccache support and removed grub from defconfig due to brokenness at ↵Jason Spence
the moment.
2008-03-11more robust development files in target handlerJohn Voltz
2008-03-10renamed variable, removed uppercase config textJohn Voltz
2008-03-10added dev files in target optionJohn Voltz
2008-03-04buildroot: add kernel-headers to base targets so it gets handled by ↵Peter Korsgaard
external-deps
2008-03-04buildroot: add external-deps targetPeter Korsgaard
Add external-deps target to show what external files are needed to recreate the build.
2007-10-07Do not create new directories in external toolchainUlf Samuelsson
2007-09-29- Nowadays there is no need to strip the config symbols anymoreBernhard Reutner-Fischer
2007-09-28- add FC, remove some duplicate entries, cleanupBernhard Reutner-Fischer
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
2007-09-28Add some more host toolsUlf Samuelsson
2007-09-28Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵Ulf Samuelsson
uclibc-update to avoid overwriting board support file
2007-09-28Add administration for linux,uclibc and mainUlf Samuelsson
2007-09-27- for various reasons i will need an explicit ordering of the toolchain includesBernhard Reutner-Fischer
2007-09-26- revert some bad checkins, fixup bad settings in atmel targets and move the ↵Bernhard Reutner-Fischer
gcc target abi back to a place where the other arch-specific settings live
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
Thanks to Ulf for pointing out this error of mine..
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
Needed for toplevel parallel builds to work properly.
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 ↵Bernhard Reutner-Fischer
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)..
2007-08-21- sed -i -e ↵Bernhard Reutner-Fischer
"/\-[[: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
2007-08-21- fix incorrect invocation of non-existing binary named "-find"Bernhard Reutner-Fischer
This bloated the target needlessly (and used to work before)
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
on the being ok.
2007-07-27- fix directory dependenciesBernhard Reutner-Fischer
- BASE_TARGET depends on dirs
2007-07-27- remove passing down the goalsBernhard Reutner-Fischer