]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- some usage
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Feb 2007 18:39:07 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- skip cvs up just to fetch bcond args

Changed files:
    compile.sh -> 1.5

compile.sh

index 059d413616841d33c5c9e4e0b618741a12665cff..3ff60d3cb024a60c142fa6aac29bfd631bdb62dc 100644 (file)
@@ -2,6 +2,14 @@
 # will build package, skipping %prep and %build stage
 # i use it a lot!
 #
+# Usage:
+# do do only %build stage (ie after %prep has been done), for example after
+# modifying some sources for more complicated specs wholse %build is not just
+# %{__make}:
+# SPECS$ ./compile.sh kdelibs.spec
+#
+# See also: SPECS/repackage.sh
+#
 # -glen 2005-03-03
 
 set -e
@@ -19,6 +27,6 @@ if [ "$tmp" ]; then
        TARGET="$tmp"
 fi
 
-BCONDS=$(./builder --show-bcond-args $specfile)
+BCONDS=$(./builder -nn -ncs --show-bcond-args $specfile)
 
 rpmbuild -bc "$@"
This page took 0.054516 seconds and 4 git commands to generate.