Bootstrap performs all steps up to executing builer now.

Builder sends error code on failure now.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402496
This commit is contained in:
David Anderson
2008-09-06 09:12:21 +00:00
parent f85eeb2adb
commit 51f914fb30
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ namespace builder
catch (System.Exception e)
{
Console.WriteLine("Build failed: " + e.Message);
Environment.Exit(1);
}
}
}