Skip to content

Commit

Permalink
Merge pull request #60 from MartinNowak/skipInfo
Browse files Browse the repository at this point in the history
print a small info message when skipping an already build platform
  • Loading branch information
AndrewEdwards committed Feb 16, 2014
2 parents a594a52 + f553ee6 commit 996d6ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions create_dmd_release/build_all.d
Expand Up @@ -358,7 +358,10 @@ int main(string[] args)
// skip a box if we already have its zip files
if (("dmd."~gitTag~"."~box.platform~".zip").exists &&
(!combine || ("dmd."~gitTag~".zip").exists))
{
writeln("\033[31m", "Skipping already build platform '"~box.platform~"'.", "\033[0m");
continue;
}

box.up();
scope (success) box.destroy();
Expand Down

0 comments on commit 996d6ec

Please sign in to comment.