summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-12 02:40:00 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-13 15:16:28 -0500
commit86f5f8e520ed93ae5762384019f54f76a0777e26 (patch)
tree027a77be1fccb1318a8aeff0f5c351a73157b4a7 /acprep
parent1e572d508d27738142dd5e80ea6745043eed8f18 (diff)
downloadfork-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-xacprep2
1 files changed, 2 insertions, 0 deletions
diff --git a/acprep b/acprep
index 72fcd642..a6efb2a7 100755
--- a/acprep
+++ b/acprep
@@ -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))