This commit is contained in:
Sergio Durigan Junior 2016-10-06 15:17:34 -04:00
parent dceb3a9390
commit de278855a4

View file

@ -925,13 +925,13 @@ The parameters of the class are:
if self.use_system_debuginfo:
self.extra_conf_flags.append (r'--with-separate-debug-dir=/usr/lib/debug')
self.addStep (self.ConfigureClass (self.extra_conf_flags + architecture_triplet),
haltOnFailure = True)
self.addStep (self.ConfigureClass (self.extra_conf_flags + architecture_triplet,
haltOnFailure = True))
if not self.extra_make_flags:
self.extra_make_flags = []
self.addStep (self.CompileClass (self.make_command, self.extra_make_flags),
haltOnFailure = True)
self.addStep (self.CompileClass (self.make_command, self.extra_make_flags,
haltOnFailure = True))
# This last will be executed when the build succeeds. It is
# needed in order to cleanup the breakage lockfile, if it