2
0
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:
Jurko Gospodnetić
2012-08-06 15:16:53 +00:00
parent bca80306c9
commit 6ea2add103
3 changed files with 496 additions and 473 deletions

View File

@@ -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))