sb: Do no install with a Cxc build.

This commit is contained in:
Chris Johns
2013-09-05 16:32:50 +10:00
parent 2802080426
commit b843e623c4

View File

@@ -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}'),