Changeset 503


Ignore:
Timestamp:
Jan 30, 2015, 2:19:18 PM (11 years ago)
Author:
Yuri Dario
Message:

rpm: backport, enable short circuit also for -bb build binary packages option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rpm/branches/rpm-4.8.1/rpmqv.c

    r242 r503  
    664664            ba->buildAmount |= RPMBUILD_PACKAGEBINARY;
    665665            ba->buildAmount |= RPMBUILD_CLEAN;
     666            if ((ba->buildChar == 'b') && ba->shortCircuit)
     667                break;
    666668        case 'i':
    667669            ba->buildAmount |= RPMBUILD_INSTALL;
Note: See TracChangeset for help on using the changeset viewer.