[uClibc-cvs] svn commit: trunk/buildroot/toolchain/uClibc

andersen at uclibc.org andersen at uclibc.org
Thu May 26 22:16:32 UTC 2005


Author: andersen
Date: 2005-05-26 16:16:31 -0600 (Thu, 26 May 2005)
New Revision: 10412

Log:
Apply any uClibc patches that are present


Modified:
   trunk/buildroot/toolchain/uClibc/uclibc.mk


Changeset:
Modified: trunk/buildroot/toolchain/uClibc/uclibc.mk
===================================================================
--- trunk/buildroot/toolchain/uClibc/uclibc.mk	2005-05-26 21:23:03 UTC (rev 10411)
+++ trunk/buildroot/toolchain/uClibc/uclibc.mk	2005-05-26 22:16:31 UTC (rev 10412)
@@ -47,6 +47,7 @@
 $(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE)
 	mkdir -p $(TOOL_BUILD_DIR)
 	bzcat $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
+	toolchain/patch-kernel.sh $(UCLIBC_DIR) toolchain/uClibc/ *.patch
 	touch $(UCLIBC_DIR)/.unpacked
 
 $(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked




More information about the uClibc-cvs mailing list