mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Overwrite existing symlinks.
[SVN r17064]
This commit is contained in:
@@ -113,7 +113,7 @@ rule ln
|
||||
|
||||
actions ln-UNIX
|
||||
{
|
||||
ln -s '$(PATH_TO_TOP)/$(>)' '$(<)'
|
||||
ln -f -s '$(PATH_TO_TOP)/$(>)' '$(<)'
|
||||
}
|
||||
|
||||
IMPORT $(__name__) : symlink : : symlink ;
|
||||
|
||||
@@ -113,7 +113,7 @@ rule ln
|
||||
|
||||
actions ln-UNIX
|
||||
{
|
||||
ln -s '$(PATH_TO_TOP)/$(>)' '$(<)'
|
||||
ln -f -s '$(PATH_TO_TOP)/$(>)' '$(<)'
|
||||
}
|
||||
|
||||
IMPORT $(__name__) : symlink : : symlink ;
|
||||
|
||||
Reference in New Issue
Block a user