From 86f5f8e520ed93ae5762384019f54f76a0777e26 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Apr 2012 02:40:00 -0500 Subject: Set FLAVOR= on all make invocations --- acprep | 2 ++ 1 file changed, 2 insertions(+) (limited to 'acprep') 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)) -- cgit v1.2.3