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

Supress warning message when target does not exist.

[SVN r55333]
This commit is contained in:
Vladimir Prus
2009-08-01 10:32:10 +00:00
parent 4d9d7d2ab6
commit 4376bbc652

View File

@@ -133,7 +133,7 @@ actions ln-UNIX
actions ln-NT
{
echo "NT symlinks not supported yet, making copy"
del /f /q "$(<)" 2$(NULL_OUT) $(NULL_OUT)
del /f /q "$(<)" 2>nul >nul
copy "$(>)" "$(<)" $(NULL_OUT)
}