]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-bb-and-short-circuit.patch
- behave like on x86
[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;
bd68ecbf 12diff -Nura rpm-4.3/doc/pl/rpmbuild.8 rpm-4.3.aft/doc/pl/rpmbuild.8
13--- rpm-4.3/doc/pl/rpmbuild.8 2004-05-20 14:13:22.000000000 +0200
14+++ rpm-4.3.aft/doc/pl/rpmbuild.8 2004-05-20 14:10:43.000000000 +0200
15@@ -145,7 +145,8 @@
16 .TP
17 \fB--short-circuit\fR
18 Przechodzi wprost do podanego etapu (tzn. pomija wszystkie etapy
19