From 9e6d2638066e667acb41a3cf7ba9d77f259b3408 Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Sun, 12 Apr 2015 15:40:57 -0700 Subject: [PATCH] Allowing automatic resume on error when one module fails to build. --- tools/make.py | 1 - tools/make64.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/make.py b/tools/make.py index cdd2de22ed..65f447bff9 100644 --- a/tools/make.py +++ b/tools/make.py @@ -675,7 +675,6 @@ See the make.cfg file for additional build options. if not build_successful: print_error("pboProject return code == " + str(ret)) print_error("Module not successfully built/signed.") - input("Press Enter to continue...") print ("Resuming build...") continue diff --git a/tools/make64.py b/tools/make64.py index 61dee96310..0382bb9179 100644 --- a/tools/make64.py +++ b/tools/make64.py @@ -675,7 +675,6 @@ See the make.cfg file for additional build options. if not build_successful: print_error("pboProject return code == " + str(ret)) print_error("Module not successfully built/signed.") - input("Press Enter to continue...") print ("Resuming build...") continue