]> git.draconx.ca Git - dxcommon.git/commit
fix-ltdl: Delete libobj symlink before attempting to create it.
authorNick Bowler <nbowler@draconx.ca>
Fri, 11 May 2012 02:17:51 +0000 (22:17 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 11 May 2012 02:17:51 +0000 (22:17 -0400)
commit3b9bc71b625c5f96302b035fdea8fd09171d1cfa
tree369be477aaa02dc70b35f6d4a3d2cd63d91901ac
parent90f9f764fa1d891ca8922f2fd0177ae44b1ed790
fix-ltdl: Delete libobj symlink before attempting to create it.

There seems to be a (rare) race in parallel builds where make for some
reason decides to update the libobj symlink after it already exists,
which fails.  I can't reproduce the failure, but deleting the symlink
(if one exists) before creating it should avoid the issue.
scripts/fix-ltdl.pl