Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-03 | ccache: fix ccache-target dependencies | Peter Korsgaard | |
Ccache for the target doesn't make sense without a toolchain, so make it depend on it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2010-02-20 | ccache: remove cleanup of documentation | Thomas Petazzoni | |
The cleanup of documentation is handled in a global way, in the main Makefile. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-10-01 | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | |
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-23 | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | |
To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-01-16 | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | toolchain/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-05 | toolchain/*: use CONFIG_UPDATE | Peter Korsgaard | |
Based on e0e0945e in Bernhard's tree. | |||
2008-10-26 | toolhain/: confgure: respect quiet option | Peter Korsgaard | |
2008-10-06 | ccache: | Wade Berrier | |
-Don't show custom location dir if ccache isn't selected. | |||
2008-10-06 | ccache: | Wade Berrier | |
-Allow user to specify custom ccache location. This allows you to build a toolchain and put it on an nfs share so other people can use the toolchain without errors about the ccache dir missing. | |||
2008-08-04 | ccache: expand help text | Peter Korsgaard | |
2008-08-04 | ccache: cleanup configure args and respect BR2_HAVE_MANPAGES | Peter Korsgaard | |
2008-08-04 | ccache: also remove target symlinks on clean | Peter Korsgaard | |
2008-08-04 | ccache: cleanup config | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-08-28 | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-22 | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-06-23 | - "Keep the actual toolchain binaries in a directory at the same level". | Bernhard Reutner-Fischer | |
2007-06-22 | - fixup ccache to know about usr/bin | Bernhard Reutner-Fischer | |
2007-02-03 | patch from rick68: | Eric Andersen | |
make certain uninstall works more than once. | |||
2007-02-03 | There is no 'make uninstall' for ccache. | Eric Andersen | |
Attempt to manually make uninstall work.... | |||
2007-01-29 | - update defconfig to current versions and a minimal package selection | Bernhard Reutner-Fischer | |
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-04-14 | Browsing to the ccache web page http://ccache.samba.org/ | Eric Andersen | |
they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something. | |||
2006-04-10 | update ccache url | Eric Andersen | |
2006-03-10 | - quote HOST_CC. | Bernhard Reutner-Fischer | |
Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | |||
2006-02-07 | - correct path | Bernhard Reutner-Fischer | |
2005-06-23 | Update ccache to the latest version, which adds features. | Eric Andersen | |
http://bugs.busybox.net/view.php?id=297 | |||
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2004-12-24 | use target cflags | Mike Frysinger | |
2004-10-19 | Kristian Hoffmann writes: | Eric Andersen | |
TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ were renamed to BR2_INSTALL_... in the config system, but not in the gcc and ccache makefiles. -Kristian | |||
2004-10-18 | Patch from Thomas Lundquist to fix a thinko | Eric Andersen | |
2004-10-11 | -xvf -> $(TAR_OPTIONS) | Mike Frysinger | |
2004-10-09 | final step in buildroot facelift | Eric Andersen | |
2004-10-09 | Add some seperators | Eric Andersen | |
2004-10-09 | Major buildroot facelift, step one. | Eric Andersen | |
-Erik |