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:
@@ -351,9 +351,12 @@ class buildset:
|
|||||||
raise
|
raise
|
||||||
else:
|
else:
|
||||||
raise
|
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:
|
for b in builds:
|
||||||
if not b.disabled() \
|
if not b.canadian_cross() \
|
||||||
|
and not b.disabled() \
|
||||||
and not b.macros.get('%{_disable_installing}'):
|
and not b.macros.get('%{_disable_installing}'):
|
||||||
self.install(b.name(),
|
self.install(b.name(),
|
||||||
b.config.expand('%{buildroot}'),
|
b.config.expand('%{buildroot}'),
|
||||||
|
Reference in New Issue
Block a user