summaryrefslogtreecommitdiffstats
path: root/toolchain/ccache
Commit message (Collapse)AuthorAgeFilesLines
* ccache: fix ccache-target dependenciesPeter Korsgaard2010-05-031-0/+1
| | | | | | | 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>
* ccache: remove cleanup of documentationThomas Petazzoni2010-02-201-3/+0
| | | | | | | The cleanup of documentation is handled in a global way, in the main Makefile. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-2/+2
| | | | | | | | | | 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>
* rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth2009-09-232-3/+3
| | | | | | | | 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>
* toolchain/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* toolchain/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* toolchain/*: use CONFIG_UPDATEPeter Korsgaard2008-12-051-0/+1
| | | | Based on e0e0945e in Bernhard's tree.
* toolhain/: confgure: respect quiet optionPeter Korsgaard2008-10-261-0/+2
|
* ccache:Wade Berrier2008-10-061-3/+0
| | | | -Don't show custom location dir if ccache isn't selected.
* ccache:Wade Berrier2008-10-062-2/+13
| | | | | | | | -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.
* ccache: expand help textPeter Korsgaard2008-08-041-2/+7
|
* ccache: cleanup configure args and respect BR2_HAVE_MANPAGESPeter Korsgaard2008-08-041-10/+3
|
* ccache: also remove target symlinks on cleanPeter Korsgaard2008-08-041-1/+2
|
* ccache: cleanup configPeter Korsgaard2008-08-041-2/+2
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-172-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - misc cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-281-16/+32
|
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-7/+7
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-3/+3
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-11/+11
| | | | toolchain/*/*.mk */Makefile.in -l)
* - "Keep the actual toolchain binaries in a directory at the same level".Bernhard Reutner-Fischer2007-06-231-20/+20
|
* - fixup ccache to know about usr/binBernhard Reutner-Fischer2007-06-221-28/+28
|
* patch from rick68:Eric Andersen2007-02-031-10/+13
| | | | make certain uninstall works more than once.
* There is no 'make uninstall' for ccache.Eric Andersen2007-02-031-1/+21
| | | | Attempt to manually make uninstall work....
* - update defconfig to current versions and a minimal package selectionBernhard Reutner-Fischer2007-01-291-1/+1
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* Browsing to the ccache web page http://ccache.samba.org/Eric Andersen2006-04-141-1/+1
| | | | | they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something.
* update ccache urlEric Andersen2006-04-101-1/+1
|
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-101-2/+2
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* - correct pathBernhard Reutner-Fischer2006-02-071-1/+1
|
* Update ccache to the latest version, which adds features.Eric Andersen2005-06-231-1/+1
| | | | http://bugs.busybox.net/view.php?id=297
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-6/+11
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* use target cflagsMike Frysinger2004-12-241-3/+2
|
* Kristian Hoffmann writes:Eric Andersen2004-10-191-1/+1
| | | | | | | | | 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
* Patch from Thomas Lundquist to fix a thinkoEric Andersen2004-10-181-1/+1
|
* -xvf -> $(TAR_OPTIONS)Mike Frysinger2004-10-111-2/+2
|
* final step in buildroot faceliftEric Andersen2004-10-093-8/+13
|
* Add some seperatorsEric Andersen2004-10-091-0/+2
|
* Major buildroot facelift, step one.Eric Andersen2004-10-093-0/+169
-Erik