summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep3
1 files changed, 2 insertions, 1 deletions
diff --git a/acprep b/acprep
index a4e0a2b4..5b72d7b8 100755
--- a/acprep
+++ b/acprep
@@ -854,7 +854,8 @@ class PrepareBuild(CommandLineApp):
def phase_update(self, *args):
self.log.info('Executing phase: update')
self.phase_pull()
- self.phase_check(*args)
+ #self.phase_check(*args)
+ self.phase_make(*args)
#########################################################################
# Build directory cleaning phases #