From 3d2c3c76a1cff591bc38a0971b30ee7e4ab9d9ee Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 9 Sep 2004 10:50:57 +0000 Subject: Patch by michael tesch ... The real problem, only caused when you have a *.patch file in the main build directory, is that the Makefiles don't escape the globbing operator they're passing to patch-kernel.sh. Attached is a patch to fix that. --- make/kernel-headers.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/kernel-headers.mk') diff --git a/make/kernel-headers.mk b/make/kernel-headers.mk index 0eb2035fc..07c2bd5d9 100644 --- a/make/kernel-headers.mk +++ b/make/kernel-headers.mk @@ -56,7 +56,7 @@ endif touch $(LINUX_DIR)/.unpacked $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - $(SOURCE_DIR)/patch-kernel.sh $(LINUX_DIR) $(SOURCE_DIR) linux-libc-headers-$(LINUX_VERSION)-*.patch + $(SOURCE_DIR)/patch-kernel.sh $(LINUX_DIR) $(SOURCE_DIR) linux-libc-headers-$(LINUX_VERSION)-\*.patch touch $(LINUX_DIR)/.patched $(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched -- cgit v1.2.3-55-g7522