Typo
This commit is contained in:
parent
dceb3a9390
commit
de278855a4
1 changed files with 4 additions and 4 deletions
|
@ -925,13 +925,13 @@ The parameters of the class are:
|
||||||
if self.use_system_debuginfo:
|
if self.use_system_debuginfo:
|
||||||
self.extra_conf_flags.append (r'--with-separate-debug-dir=/usr/lib/debug')
|
self.extra_conf_flags.append (r'--with-separate-debug-dir=/usr/lib/debug')
|
||||||
|
|
||||||
self.addStep (self.ConfigureClass (self.extra_conf_flags + architecture_triplet),
|
self.addStep (self.ConfigureClass (self.extra_conf_flags + architecture_triplet,
|
||||||
haltOnFailure = True)
|
haltOnFailure = True))
|
||||||
|
|
||||||
if not self.extra_make_flags:
|
if not self.extra_make_flags:
|
||||||
self.extra_make_flags = []
|
self.extra_make_flags = []
|
||||||
self.addStep (self.CompileClass (self.make_command, self.extra_make_flags),
|
self.addStep (self.CompileClass (self.make_command, self.extra_make_flags,
|
||||||
haltOnFailure = True)
|
haltOnFailure = True))
|
||||||
|
|
||||||
# This last will be executed when the build succeeds. It is
|
# This last will be executed when the build succeeds. It is
|
||||||
# needed in order to cleanup the breakage lockfile, if it
|
# needed in order to cleanup the breakage lockfile, if it
|
||||||
|
|
Loading…
Reference in a new issue