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