Corrected the bit, applying the arch-specific

patches.

svn path=/branches/linux-kernel-2.6.12/; revision=3404
This commit is contained in:
Jurij Smakov 2005-06-26 21:20:23 +00:00
parent b8e8adf5be
commit b9f491aba4
1 changed files with 4 additions and 2 deletions

6
debian/Makefile vendored
View File

@ -178,8 +178,10 @@ config.%:
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)