Re: [patch 1/2] Kbuild: avoid backup localversion files

From: Sam Ravnborg
Date: Fri Nov 05 2004 - 17:09:50 EST


On Wed, Nov 03, 2004 at 12:19:57AM +0100, blaisorblade_spam@xxxxxxxx wrote:
>
> From: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@xxxxxxxx>
> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx>
>
> (Please CC me on replies as I'm not subscribed).
>
> Avoid including as localversion-files the *~ files, i.e. backup files. If I
> have localversion-a and localversion-a~, I don't want both to be used. Nor I
> want to use localversion*~ anyway.
>
> Don't code that as $(wildcard localversion*[^~]) as that would exclude
> "localversion" from the wildcard expansion result, because it requires at
> least one character after localversion to exist in the name file. I.e.,

Applied,

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/