* debian/patches/bugfix/Makefile-localversion-backup.patch: Add.

* debian/patches/series/1~experimental.1: Update.

svn path=/dists/trunk/linux-2.6/; revision=8156
This commit is contained in:
Bastian Blank 2007-01-10 11:10:15 +00:00
parent e654eb6ed4
commit 2672cf0086
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 0e9eee7..4ea4898 100644
--- a/Makefile
+++ b/Makefile
@@ -807,7 +807,7 @@ space := $(nullstring) # end of line
___localver = $(objtree)/localversion* $(srctree)/localversion*
__localver = $(sort $(wildcard $(___localver)))
# skip backup files (containing '~')
-_localver = $(foreach f, $(__localver), $(if $(findstring ~, $(f)),,$(f)))
+_localver = $(foreach f, $(__localver), $(if $(findstring ~, $(notdir $(f))),,$(f)))
localver = $(subst $(space),, \
$(shell cat /dev/null $(_localver)) \

View File

@ -25,3 +25,4 @@
+ features/arm/nas100d-eth-mac.patch
+ features/arm/ixp4xx_npe_driver-0.3.1.patch
+ features/arm/ixp4xx-net-driver-improve-mac-handling.patch
+ bugfix/Makefile-localversion-backup.patch