2
0
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:
Vladimir Prus
2003-01-28 15:13:03 +00:00
parent f72669f745
commit ee7abc0343
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ rule ln
actions ln-UNIX
{
ln -s '$(PATH_TO_TOP)/$(>)' '$(<)'
ln -f -s '$(PATH_TO_TOP)/$(>)' '$(<)'
}
IMPORT $(__name__) : symlink : : symlink ;

View File

@@ -113,7 +113,7 @@ rule ln
actions ln-UNIX
{
ln -s '$(PATH_TO_TOP)/$(>)' '$(<)'
ln -f -s '$(PATH_TO_TOP)/$(>)' '$(<)'
}
IMPORT $(__name__) : symlink : : symlink ;