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