summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPaolo \'Blaisorblade\' Giarrusso <blaisorblade_spam@yahoo.it>2004-11-06 02:07:44 +0100
committerSam Ravnborg <sam@mars.ravnborg.org>2004-11-06 02:07:44 +0100
commit281a1814f056919f4c07863f1eccdd7dc6ec7a15 (patch)
treee4c43d8003ec7f4884a145e5657342a3819395ca /scripts
parent5e76ff2bf65d1ac6b4ca152dd02fc560a71bd07c (diff)
Kbuild: avoid backup localversion files
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., Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions