diff --git a/new/symlink.jam b/new/symlink.jam index 7aa9eb2e9..268e71bda 100644 --- a/new/symlink.jam +++ b/new/symlink.jam @@ -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 ; diff --git a/v2/tools/symlink.jam b/v2/tools/symlink.jam index 7aa9eb2e9..268e71bda 100644 --- a/v2/tools/symlink.jam +++ b/v2/tools/symlink.jam @@ -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 ;