Skip to content
Snippets Groups Projects
  1. Apr 03, 2013
  2. Apr 02, 2013
  3. Apr 01, 2013
  4. Mar 29, 2013
  5. Mar 28, 2013
    • Luka Perkov's avatar
      toolchain: stop generating broken symlink in TOOLCHAIN_DIR/lib · c0de55b3
      Luka Perkov authored
      
      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
      c0de55b3
  6. Mar 27, 2013
Loading