]> git.pld-linux.org Git - packages/rpm-build-tools.git/blob - compile.sh
- current builder script accepts -bc and --short-circuit
[packages/rpm-build-tools.git] / compile.sh
1 #!/bin/sh
2 # will build package, skipping %prep and %build stage
3 # i use it a lot!
4 #
5 # Usage:
6 # do do only %build stage (ie after %prep has been done), for example after
7 # modifying some sources for more complicated specs wholse %build is not just
8 # %{__make}:
9 # SPECS$ ./compile.sh kdelibs.spec
10 #
11 # See also: SPECS/repackage.sh
12 #
13 # -glen 2005-03-03
14
15 set -x
16 exec ./builder --short-circuit -bc "$@"
This page took 0.073426 seconds and 4 git commands to generate.