SPECS: compile.sh - new builder
glen
glen at pld-linux.org
Tue Nov 21 22:26:54 CET 2006
Author: glen Date: Tue Nov 21 21:26:54 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new builder
---- Files affected:
SPECS:
compile.sh (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/compile.sh
diff -u SPECS/compile.sh:1.3 SPECS/compile.sh:1.4
--- SPECS/compile.sh:1.3 Wed Nov 1 23:27:38 2006
+++ SPECS/compile.sh Tue Nov 21 22:26:48 2006
@@ -19,10 +19,6 @@
TARGET="$tmp"
fi
-BCONDS=$(./builder --show-bconds $specfile)
-# ignore output from older builders whose output is not compatible.
-if [ "$(echo "$BCONDS" | wc -l)" -gt 1 ]; then
- BCONDS=""
-fi
+BCONDS=$(./builder --show-bcond-args $specfile)
rpmbuild -bc "$@"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/compile.sh?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list