]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- allow for --short-circuit with -bb
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 25 May 2002 17:49:13 +0000 (17:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-short_circuit.patch -> 1.1

rpm-short_circuit.patch [new file with mode: 0644]

diff --git a/rpm-short_circuit.patch b/rpm-short_circuit.patch
new file mode 100644 (file)
index 0000000..5e5d729
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ur rpm-4.0.2/rpmqv.c rpm-4.0.2-test/rpmqv.c
+--- rpm-4.0.2/rpmqv.c  Mon Mar 12 19:20:29 2001
++++ rpm-4.0.2-test/rpmqv.c     Fri May 24 20:46:26 2002
+@@ -1358,6 +1358,8 @@
+         case 'b':
+           ba->buildAmount |= RPMBUILD_PACKAGEBINARY;
+           ba->buildAmount |= RPMBUILD_CLEAN;
++          if ((ba->buildChar == 'b') && ba->shortCircuit)
++              break;
+           /*@fallthrough@*/
+         case 'i':
+           ba->buildAmount |= RPMBUILD_INSTALL;
This page took 0.094369 seconds and 4 git commands to generate.