r3404 - branches/linux-kernel-2.6.12/debian

Jurij Smakov jurij-guest@costa.debian.org
Sun, 26 Jun 2005 21:20:28 +0000


Author: jurij-guest
Date: 2005-06-26 21:20:23 +0000 (Sun, 26 Jun 2005)
New Revision: 3404

Modified:
   branches/linux-kernel-2.6.12/debian/Makefile
Log:
Corrected the bit, applying the arch-specific
patches.


Modified: branches/linux-kernel-2.6.12/debian/Makefile
===================================================================
--- branches/linux-kernel-2.6.12/debian/Makefile	2005-06-26 21:09:54 UTC (rev 3403)
+++ branches/linux-kernel-2.6.12/debian/Makefile	2005-06-26 21:20:23 UTC (rev 3404)
@@ -178,8 +178,10 @@
 	cat $(basedir)/$@ >> $@			 
 
 srcfiles := $(filter-out ../debian ../linux-source-$(version), $(shell echo ../*))
-patches  := $(wildcard patches-debian/$(subarch).*)
-patches  += $(wildcarc patches-debian/$(karch).*)
+patches  := $(wildcard patches-arch/$(subarch).*)
+patches  += $(wildcard patches-arch/$(subarch)_*)
+patches  += $(wildcard patches-arch/$(karch).*)
+patches  += $(wildcard patches-arch/$(karch)_*)
 patches  := $(strip $(patches))
 $(kdir): post-install-$(subarch) $(controls)
 	mkdir -p $(tkdir)