summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-05-20 05:16:16 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-05-20 05:16:16 -0500
commita3e84aa1551d4aeaa8d346352dc6a1adb031f7ab (patch)
tree8607d4266fe99f883436cf3cd5b145d7f1f1971d /acprep
parent50370b8c35d7ab0c2a2aa0ef3d5fdaec7fdde188 (diff)
downloadfork-ledger-a3e84aa1551d4aeaa8d346352dc6a1adb031f7ab.tar.gz
fork-ledger-a3e84aa1551d4aeaa8d346352dc6a1adb031f7ab.tar.bz2
fork-ledger-a3e84aa1551d4aeaa8d346352dc6a1adb031f7ab.zip
A few more CMake-related fixes
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 #