aboutsummaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorGravatar Pavel Roskin <proski@gnu.org> 2006-06-01 21:28:50 -0400
committerGravatar Sam Ravnborg <sam@mars.ravnborg.org> 2006-06-08 20:18:05 +0200
commit9870a93d3118239fd7732a0f908e05f67b39a294 (patch)
tree64d39f2ebddcac59d0264497012c4449f521035b /Kbuild
parentLinux 2.6.17-rc6 (diff)
downloadlinux-9870a93d3118239fd7732a0f908e05f67b39a294.tar.gz
linux-9870a93d3118239fd7732a0f908e05f67b39a294.tar.bz2
linux-9870a93d3118239fd7732a0f908e05f67b39a294.zip
kbuild: obj-dirs is calculated incorrectly if hostprogs-y is defined
When Makefile.host is included, $(obj-dirs) is subjected to the addprefix operation for the second time. Prefix only needs to be added to the newly added directories, but not to those that came from Makefile.lib. This causes the build system to create unneeded empty directories in the build tree when building in a separate directory. For instance, lib/lib/zlib_inflate is created in the build tree. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions