[PATCH] kbuild: correctly skip tilded backups in localversion files
authorOleg Verych <olecom@flower.upol.cz>
Tue, 6 Feb 2007 01:18:22 +0000 (02:18 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 6 Feb 2007 22:30:49 +0000 (14:30 -0800)
commit76c329563c5b8663ef27eb1bd195885ab826cbd0
tree65052ff17cc0462ddab5dfa0bc22c08d33589e07
parent5de043f4bd11a9e0a3e8daec7d1905da575a76b7
[PATCH] kbuild: correctly skip tilded backups in localversion files

 Tildes as in path as in filenames are handled correctly now:
 only files, containing tilde '~', are backups, thus are not valid.

 [KJ]:
 Definition of `space' was removed, scripts/Kbuild.include has one.
 That definition was taken right from the GNU make manual, while Kbuild's
 version is original.

Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Bastian Blank <bastian@waldi.eu.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Oleg Verych <olecom@flower.upol.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile