2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-21 15:02:19 +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 7d1d907ec5
commit dc1d368b42

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)
}