diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-26 23:12:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-26 23:12:24 +0000 |
| commit | 3fa48fdadf625e5f349917fc640a143127d58f66 (patch) | |
| tree | f4ffc672d6f45aa2c707d39cf8720a3ac2cf1cf6 | |
| parent | 16e8a08cbedfb3c68f73eb1a8d93657e6fb99054 (diff) | |
A bit more verbosity.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
