Skip to content
Snippets Groups Projects
Commit c0de55b3 authored by Luka Perkov's avatar Luka Perkov
Browse files

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: default avatarJohn Szakmeister <john@szakmeister.net>

SVN-Revision: 36140
parent 98ef9e54
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment