mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Boost Build cleanup - minor stylistic changes.
[SVN r79888]
This commit is contained in:
@@ -117,7 +117,9 @@ rule error-skip-frames ( skip-frames messages * : * )
|
||||
{
|
||||
if ! $(.disabled)
|
||||
{
|
||||
backtrace $(skip-frames) error: $(messages) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
|
||||
backtrace $(skip-frames) error: $(messages) : $(2) : $(3) : $(4) : $(5)
|
||||
: $(6) : $(7) : $(8) : $(9) : $(10) : $(11) : $(12) : $(13) : $(14)
|
||||
: $(15) : $(16) : $(17) : $(18) : $(19) ;
|
||||
EXIT ;
|
||||
}
|
||||
else if ! $(.last-error-$(.args))
|
||||
|
||||
Reference in New Issue
Block a user