]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-short_circuit.patch
- completely rewritten - new scheme to find requires (much better, I think)
[packages/rpm.git] / rpm-short_circuit.patch
CommitLineData
34b1f6d4 1diff -ur rpm-4.0.2/rpmqv.c rpm-4.0.2-test/rpmqv.c
2--- rpm-4.0.2/rpmqv.c Mon Mar 12 19:20:29 2001
3+++ rpm-4.0.2-test/rpmqv.c Fri May 24 20:46:26 2002
4@@ -1358,6 +1358,8 @@
5 case 'b':
6 ba->buildAmount |= RPMBUILD_PACKAGEBINARY;
7 ba->buildAmount |= RPMBUILD_CLEAN;
8+ if ((ba->buildChar == 'b') && ba->shortCircuit)
9+ break;
10 /*@fallthrough@*/
11 case 'i':
12 ba->buildAmount |= RPMBUILD_INSTALL;
This page took 0.02805 seconds and 4 git commands to generate.