ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/shell/build.sh
(Generate patch)

Comparing misc/scripts/shell/build.sh (file contents):
Revision 1.10 by tdb, Sat Mar 20 20:08:04 2004 UTC vs.
Revision 1.11 by tdb, Sat Mar 20 22:56:38 2004 UTC

# Line 31 | Line 31 | iscreambuild() {
31      if [ "X$TAG" != "X" ]; then
32          cvs -d $CVSROOT update -dPr $TAG
33          cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" -l "-r::$TAG" > build/ChangeLog
34 +    else
35 +        cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" > build/ChangeLog
36      fi
37      LIBRARIES=eval `grep "LIBRARIES=" configure`
38      for LIB in $LIBRARIES; do
# Line 55 | Line 57 | gnubuild() {
57      if [ "X$TAG" != "X" ]; then
58          cvs -d $CVSROOT update -dPr $TAG
59          cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" -l "-r::$TAG" > ChangeLog
60 +    else
61 +        cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" > ChangeLog
62      fi
63      aclocal
64      autoheader
# Line 79 | Line 83 | pydistbuild() {
83      if [ "X$TAG" != "X" ]; then
84          cvs -d $CVSROOT update -dPr $TAG
85          cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" -l "-r::$TAG" > ChangeLog
86 +    else
87 +        cvs2cl --stdout --no-wrap -r -t -w -S -g "-d $CVSROOT" -g "-q" > ChangeLog
88      fi
89      python setup.py sdist
90      TARBALL=`ls dist/*.tar.gz`
# Line 159 | Line 165 | for PROG in $PROGS; do
165              gnubuild $CMSSOURCE/idar $BUILDS/idar no --with-curses-prefix=/usr/local/packages/ncurses
166              ;;
167          pystatgrab)
168 <            pydistbuild $CMSSOURCE/pystatgrab $BUILDS/libstatgrab
168 >            pydistbuild $CMSSOURCE/pystatgrab $BUILDS/pystatgrab
169              ;;
170      esac
171   done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines