Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-11 | Applied patch from Brian Foster <brian.foster@innova-card.com>: | Hamish Moffatt | |
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. | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-24 | Makefile.autotools.in: fix make source-check/external-deps differently | Peter Korsgaard | |
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. | |||
2008-07-07 | Fix log | Ulf Samuelsson | |
2008-07-07 | Fix log | Ulf Samuelsson | |
2008-07-07 | Add slashes to allow TOPDIR to end without a slash in the future | Ulf Samuelsson | |
2008-07-07 | Remove some debug messages | Ulf Samuelsson | |
2008-07-06 | Replace configuring GLIB with autodetect | Ulf Samuelsson | |
2008-07-05 | Add configuration possibility for host Gnome Lib installation | Ulf Samuelsson | |
2008-07-05 | Add version number to log | Ulf Samuelsson | |
2008-07-04 | Add 'build with log' | Ulf Samuelsson | |
2008-07-04 | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | |
locations for prepatched toolchain to be under the toolchain directory | |||
2008-07-01 | Makefile: remove target pkgconfig files if BR2_HAVE_DEVFILES isn't enabled | Peter Korsgaard | |
2008-06-23 | Makefile: don't include .config from TOPDIR | Peter Korsgaard | |
If we ever want to support building out of tree, having the .config in the tree is probably not what we want. | |||
2008-06-19 | package/config: cygwin fix | Peter Korsgaard | |
- pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95) | |||
2008-06-13 | toolchain: also setup kernel headers when ext toolchain is used | Peter Korsgaard | |
Provide kernel headers when ext toolchain is used, so we can compile packages which need them. | |||
2008-05-31 | distclean: Don't delete $(IMAGE) | Peter Korsgaard | |
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. | |||
2008-05-11 | Use local time (Thanks Mike) | Ulf Samuelsson | |
2008-03-31 | Makefile: revert broken ccache (r21525) for now. | Peter Korsgaard | |
2008-03-30 | Makefile: merge CVS and .svn find invocation | Peter Korsgaard | |
2008-03-30 | Makefile: fix typo (.empty files, not dirs) | Peter Korsgaard | |
2008-03-30 | target_skeleton: mark empty directories with .empty files | Peter 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-30 | Ensure shell environment is handled correctly | Ulf Samuelsson | |
2008-03-30 | Easy update of defconfig | Ulf Samuelsson | |
2008-03-28 | Use BUSYBOX_LOCAL shell variable, if defined | Ulf Samuelsson | |
2008-03-28 | Added ccache support and removed grub from defconfig due to brokenness at ↵ | Jason Spence | |
the moment. | |||
2008-03-11 | more robust development files in target handler | John Voltz | |
2008-03-10 | renamed variable, removed uppercase config text | John Voltz | |
2008-03-10 | added dev files in target option | John Voltz | |
2008-03-04 | buildroot: add kernel-headers to base targets so it gets handled by ↵ | Peter Korsgaard | |
external-deps | |||
2008-03-04 | buildroot: add external-deps target | Peter Korsgaard | |
Add external-deps target to show what external files are needed to recreate the build. | |||
2007-10-07 | Do not create new directories in external toolchain | Ulf Samuelsson | |
2007-09-29 | - Nowadays there is no need to strip the config symbols anymore | Bernhard Reutner-Fischer | |
2007-09-28 | - add FC, remove some duplicate entries, cleanup | Bernhard Reutner-Fischer | |
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS | |||
2007-09-28 | Add some more host tools | Ulf Samuelsson | |
2007-09-28 | Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵ | Ulf Samuelsson | |
uclibc-update to avoid overwriting board support file | |||
2007-09-28 | Add administration for linux,uclibc and main | Ulf Samuelsson | |
2007-09-27 | - for various reasons i will need an explicit ordering of the toolchain includes | Bernhard 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-23 | Ensure make %_defconfig works without error - now silently | Ulf Samuelsson | |
2007-09-23 | fix error when doing 'make %_defconfig | Ulf Samuelsson | |
2007-09-22 | - rename the gcc base_target to the more appropriate term cross_compiler | Bernhard Reutner-Fischer | |
2007-09-22 | - set and export VERBOSE if V= was requested | Bernhard 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-17 | Remove some debug info + add uclibc-target-utils-source target | Ulf Samuelsson | |
2007-09-17 | make source should include BASE_TARGETS | Ulf Samuelsson | |
2007-09-12 | Add hooks for creating your own board support package | Ulf Samuelsson | |
2007-09-01 | - whitespace cleanup (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-09-01 | - rephrase r19284 -- explicitely list base targets for World | Bernhard Reutner-Fischer | |
Needed for toplevel parallel builds to work properly. | |||
2007-08-27 | - README even. | Bernhard Reutner-Fischer | |