]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-bb-and-short-circuit.patch
- rebuild with latest rpm.macros
[packages/rpm.git] / rpm-bb-and-short-circuit.patch
CommitLineData
df9b3d1d
MM
1--- rpm-4.1/rpmqv.c.sc Thu Sep 19 11:32:08 2002
2+++ rpm-4.1/rpmqv.c Thu Sep 19 11:38:45 2002
3@@ -685,6 +685,8 @@
4 case 'b':
5 ba->buildAmount |= RPMBUILD_PACKAGEBINARY;
6 ba->buildAmount |= RPMBUILD_CLEAN;
7+ if ((ba->buildChar == 'b') && ba->shortCircuit)
8+ /*@innerbreak@*/ break;
9 /*@fallthrough@*/
10 case 'i':
11 ba->buildAmount |= RPMBUILD_INSTALL;
This page took 0.030306 seconds and 4 git commands to generate.