summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Applied patch from Brian Foster <brian.foster@innova-card.com>:Hamish Moffatt2008-09-111-2/+2
| | | | | | make "make clean" remove the .root stamp, so that everything will be reinstalled properly on a subsequent build. (bug id 4304) Also remove new autotools-stamps directory.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-6/+6
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Makefile.autotools.in: fix make source-check/external-deps differentlyPeter Korsgaard2008-07-241-1/+1
| | | | | | | | The MAKELEVEL test is not that robust; It fails with the recent log support or if buildroot is driven from an external Makefile. Rework it to instead detect source-check/external-deps by the fact that they set SPIDER.
* Fix logUlf Samuelsson2008-07-081-2/+1Star
|
* Fix logUlf Samuelsson2008-07-071-3/+5
|
* Add slashes to allow TOPDIR to end without a slash in the futureUlf Samuelsson2008-07-071-2/+2
|
* Remove some debug messagesUlf Samuelsson2008-07-071-14/+5Star
|
* Replace configuring GLIB with autodetectUlf Samuelsson2008-07-061-6/+5Star
|
* Add configuration possibility for host Gnome Lib installationUlf Samuelsson2008-07-051-2/+12
|
* Add version number to logUlf Samuelsson2008-07-051-2/+11
|
* Add 'build with log'Ulf Samuelsson2008-07-051-0/+3
|
* Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson2008-07-041-0/+2
| | | | locations for prepatched toolchain to be under the toolchain directory
* Makefile: remove target pkgconfig files if BR2_HAVE_DEVFILES isn't enabledPeter Korsgaard2008-07-011-1/+1
|
* Makefile: don't include .config from TOPDIRPeter Korsgaard2008-06-231-1/+1
| | | | | If we ever want to support building out of tree, having the .config in the tree is probably not what we want.
* package/config: cygwin fixPeter Korsgaard2008-06-191-0/+2
| | | | | | | - pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95)
* toolchain: also setup kernel headers when ext toolchain is usedPeter Korsgaard2008-06-131-1/+1
| | | | | Provide kernel headers when ext toolchain is used, so we can compile packages which need them.
* distclean: Don't delete $(IMAGE)Peter Korsgaard2008-05-311-1/+1
| | | | | There is not much point in deleting $(IMAGE) as the entire binaries dir is removed. Furthermore, $(IMAGE) is a prefix rather than a file name.
* Use local time (Thanks Mike)Ulf Samuelsson2008-05-111-1/+1
|
* Makefile: revert broken ccache (r21525) for now.Peter Korsgaard2008-03-311-11/+0Star
|
* Makefile: merge CVS and .svn find invocationPeter Korsgaard2008-03-301-2/+1Star
|
* Makefile: fix typo (.empty files, not dirs)Peter Korsgaard2008-03-301-1/+1
|
* target_skeleton: mark empty directories with .empty filesPeter Korsgaard2008-03-301-0/+1
| | | | | | | 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).
* 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/+9Star
|
* 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/+2Star
| | | | Thanks to Ulf for pointing out this error of mine..
* Remove some debug info + add uclibc-target-utils-source targetUlf Samuelsson2007-09-171-9/+1Star
|
* 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/+23Star
|
* - 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
|