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:
@@ -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 ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user