From a3e84aa1551d4aeaa8d346352dc6a1adb031f7ab Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 May 2012 05:16:16 -0500 Subject: A few more CMake-related fixes --- acprep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'acprep') 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 # -- cgit v1.2.3