]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-bb-and-short-circuit.patch
- adjusted for updated pl.po patch
[packages/rpm.git] / rpm-bb-and-short-circuit.patch
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;
12 diff -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 -prowadz±ce do podanego). Prawid³owe tylko z \fB-bc\fR i \fB-bi\fR.
20 +prowadz±ce do podanego). Prawid³owe tylko z \fB-bc\fR, \fB-bi\fR
21 +i \fB-bb\fR (-bb --short-circuit odnosi siê do PLD i jest niezalecane).
22  .TP
23  \fB--sign\fR
24  Osadza w pakiecie sygnaturê GPG. Sygnatura ta mo¿e byæ u¿ywana do
25 diff -Nura rpm-4.3/doc/rpmbuild.8 rpm-4.3.aft/doc/rpmbuild.8
26 --- rpm-4.3/doc/rpmbuild.8      2004-05-20 14:13:22.000000000 +0200
27 +++ rpm-4.3.aft/doc/rpmbuild.8  2004-05-20 14:10:13.000000000 +0200
28 @@ -167,8 +167,9 @@
29  .TP
30  \fB--short-circuit\fR
31  Skip straight to specified stage (i.e., skip all stages leading
32 -up to the specified stage).  Only valid with \fB-bc\fR
33 -and \fB-bi\fR.
34 +up to the specified stage).  Only valid with \fB-bc\fR, \fB-bi\fR
35 +and \fB-bb\fR (note: -bb in conjunction with --short-circuit is
36 +PLD-specific and not recommended).
37  .TP
38  \fB--sign\fR
39  Embed a GPG signature in the package. This signature can be used
This page took 0.048445 seconds and 3 git commands to generate.