toolchain: stop generating broken symlink in TOOLCHAIN_DIR/lib
authorLuka Perkov <luka@openwrt.org>
Thu, 28 Mar 2013 12:16:39 +0000 (12:16 +0000)
committerLuka Perkov <luka@openwrt.org>
Thu, 28 Mar 2013 12:16:39 +0000 (12:16 +0000)
commitc0de55b32c435f5fbcdd783b6f58a9f1009939a4
tree923b75eaecae6254365d0e936ae92e8641a3578b
parent98ef9e5411bfba94abc7db66d6e000122813dca8
toolchain: stop generating broken symlink in TOOLCHAIN_DIR/lib

It turns out that the symlink may exists already by the time the toolchain
Makefile gets an opportunity to run. While we asked to replace the target, ln
doesn't do so until after dereferencing the existing symlink. This results in
an unintended symlink that refers to itself. Instead, create the link without
dereferencing any symlinks by using the -n option.

Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 36140
toolchain/Makefile