mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Do no install with a Cxc build.
This commit is contained in:
parent
2802080426
commit
b843e623c4
@ -351,9 +351,12 @@ class buildset:
|
||||
raise
|
||||
else:
|
||||
raise
|
||||
if deps is None and not self.opts.no_install():
|
||||
if deps is None \
|
||||
and not self.opts.no_install() \
|
||||
and not have_errors:
|
||||
for b in builds:
|
||||
if not b.disabled() \
|
||||
if not b.canadian_cross() \
|
||||
and not b.disabled() \
|
||||
and not b.macros.get('%{_disable_installing}'):
|
||||
self.install(b.name(),
|
||||
b.config.expand('%{buildroot}'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user