diff options
author | John Wiegley <johnw@newartisans.com> | 2012-04-12 02:40:00 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-04-13 15:16:28 -0500 |
commit | 86f5f8e520ed93ae5762384019f54f76a0777e26 (patch) | |
tree | 027a77be1fccb1318a8aeff0f5c351a73157b4a7 /acprep | |
parent | 1e572d508d27738142dd5e80ea6745043eed8f18 (diff) | |
download | fork-ledger-86f5f8e520ed93ae5762384019f54f76a0777e26.tar.gz fork-ledger-86f5f8e520ed93ae5762384019f54f76a0777e26.tar.bz2 fork-ledger-86f5f8e520ed93ae5762384019f54f76a0777e26.zip |
Set FLAVOR= on all make invocations
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1521,6 +1521,8 @@ class PrepareBuild(CommandLineApp): make_args.append('-j%d' % self.options.jobs) make_args.append('JOBS=%d' % self.options.jobs) + make_args.append('FLAVOR=%s' % self.current_flavor) + self.log.debug('Configure arguments => ' + str(config_args)) self.log.debug('Makefile arguments => ' + str(make_args)) |