2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Hack around NT symlink support

[SVN r17496]
This commit is contained in:
Dave Abrahams
2003-02-17 17:52:20 +00:00
parent 089c1a151e
commit 5e9b8905b6
2 changed files with 12 additions and 0 deletions

View File

@@ -116,4 +116,10 @@ actions ln-UNIX
ln -f -s '$(PATH_TO_TOP)/$(>)' '$(<)'
}
# there is a way to do this; it's a dummy rule for now
actions ln-NT
{
echo "NT symlinks not supported yet"
}
IMPORT $(__name__) : symlink : : symlink ;

View File

@@ -116,4 +116,10 @@ actions ln-UNIX
ln -f -s '$(PATH_TO_TOP)/$(>)' '$(<)'
}
# there is a way to do this; it's a dummy rule for now
actions ln-NT
{
echo "NT symlinks not supported yet"
}
IMPORT $(__name__) : symlink : : symlink ;