Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |