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

Workaround for deficient Windows ECHO command which can't output a blank line.

[SVN r18872]
This commit is contained in:
Rene Rivera
2003-06-26 15:45:48 +00:00
parent 6a48f2b8c4
commit 08f3a3e52a
2 changed files with 6 additions and 2 deletions

View File

@@ -318,7 +318,9 @@ rule text (
}
}
}
else if $(output-target)
# We ignore empty output because the Windows ECHO command is
# braindamaged. It doesn't have any facility for echoing a blank line.
else if $(output-target) && $(strings)
{
if ! $($(output-target).did-action)
{

View File

@@ -318,7 +318,9 @@ rule text (
}
}
}
else if $(output-target)
# We ignore empty output because the Windows ECHO command is
# braindamaged. It doesn't have any facility for echoing a blank line.
else if $(output-target) && $(strings)
{
if ! $($(output-target).did-action)
{