]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: fix make -rR breakage
authorSam Ravnborg <sam@mars.ravnborg.org>
Sat, 24 Jun 2006 20:50:18 +0000 (22:50 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sat, 24 Jun 2006 21:13:59 +0000 (23:13 +0200)
commit8d8e158f3b92df8819aaec412b5fab8cd1da28bd
treee97c72787b08f9576eb14242483b09ce8850934e
parentff8af5d41cdae840297af6834c97d74bd0fd8535
kbuild: fix make -rR breakage

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
scripts/Makefile.build
scripts/Makefile.host
scripts/Makefile.lib
scripts/Makefile.modpost