buildrootschalter/toolchain
Eric Andersen 491b44e86a If you update the kernel headers tarball and run make against an already built
buildroot, the header files will be re-extracted, but they will not be put in
exactly the right place if the name of the extracted directory includes the
kernel version numbers.

For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to
$(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will
move the newly extracted headers into the already existing
$(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as
desired.

The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then
do the mv command.

http://bugs.busybox.net/view.php?id=296
2005-06-23 23:25:25 +00:00
..
binutils Add support for binutils 2.16.1. Patches are identical to those for 2.16. 2005-06-18 23:22:01 +00:00
ccache Update ccache to the latest version, which adds features. 2005-06-23 22:09:12 +00:00
gcc add missing hunk for clocale=uclibc support in libstdc++ configure 2005-06-02 23:47:29 +00:00
gdb use the linux-gnu* -> linux-* change from upstream mainline 2005-05-12 11:35:00 +00:00
kernel-headers If you update the kernel headers tarball and run make against an already built 2005-06-23 23:25:25 +00:00
uClibc Apply any uClibc patches that are present 2005-05-26 22:16:31 +00:00
Config.in Someone forgot mipsel for soft float... 2005-04-30 22:02:38 +00:00
Makefile.in There is no need to have a separate 'Makefile.in' file in the 2005-02-10 03:06:39 +00:00
patch-kernel.sh force patches to be converted -p1 2004-10-19 14:30:48 +00:00