summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-26 23:12:24 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-26 23:12:24 +0000
commit3fa48fdadf625e5f349917fc640a143127d58f66 (patch)
treef4ffc672d6f45aa2c707d39cf8720a3ac2cf1cf6
parent16e8a08cbedfb3c68f73eb1a8d93657e6fb99054 (diff)
A bit more verbosity.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index 4e49a42..d2bfe4e 100755
--- a/cdist
+++ b/cdist
@@ -215,6 +215,7 @@ class Target(object):
def build(self, project, options=None):
variables = self.variables
+ print 'Target %s builds %s with %s' % (self.platform, project.name, self.variables)
project.cscript['build'](self, options)
self.variables = variables