mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
ALWAYS $(output-target) doesn't belong in the text rule, it belongs in
the caller [SVN r18135]
This commit is contained in:
@@ -251,7 +251,6 @@ rule text (
|
||||
if $(overwrite) = "true"
|
||||
{
|
||||
overwrite = false ;
|
||||
ALWAYS $(output-target) ;
|
||||
text-overwrite-action $(output-target) : $(line-v) ;
|
||||
}
|
||||
else
|
||||
|
||||
@@ -251,7 +251,6 @@ rule text (
|
||||
if $(overwrite) = "true"
|
||||
{
|
||||
overwrite = false ;
|
||||
ALWAYS $(output-target) ;
|
||||
text-overwrite-action $(output-target) : $(line-v) ;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user