git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216b2f1
)
kbuild: fix make -rR breakage
author
Sam Ravnborg
<sam@mars.ravnborg.org>
Sat, 24 Jun 2006 20:50:18 +0000
(22:50 +0200)
committer
Sam Ravnborg
<sam@mars.ravnborg.org>
Sat, 24 Jun 2006 21:13:59 +0000
(23:13 +0200)
make failed to supply the filename when using make -rR and using $(*F)
to get target filename without extension.
This bug was not reproduceable in small scale but using:
$(basename $(notdir $@)) fixes it with same functionality.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
No differences found