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>
scripts/Kbuild.include
patch
|
blob
|
history
scripts/Makefile.build
patch
|
blob
|
history
scripts/Makefile.host
patch
|
blob
|
history
scripts/Makefile.lib
patch
|
blob
|
history
scripts/Makefile.modpost
patch
|
blob
|
history
diff --cc
scripts/Kbuild.include
Simple merge
diff --cc
scripts/Makefile.build
Simple merge
diff --cc
scripts/Makefile.host
Simple merge
diff --cc
scripts/Makefile.lib
Simple merge
diff --cc
scripts/Makefile.modpost
Simple merge