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.7 by tdb, Sat Mar 29 19:28:37 2003 UTC vs.
Revision 1.8 by tdb, Thu Apr 10 12:47:02 2003 UTC

# Line 51 | Line 51 | gnubuild() {
51      SOURCEDIR=$1
52      DESTDIR=$2
53      LIBTOOL=$3
54 +    CONFIGUREARGS=$4
55      cd $SOURCEDIR
56      if [ "X$TAG" != "X" ]; then
57          cvs -d $CVSROOT update -dPr $TAG
# Line 63 | Line 64 | gnubuild() {
64          libtoolize -c
65      fi
66      automake -a -c
67 <    ./configure
67 >    ./configure $CONFIGUREARGS
68      gnumake dist
69      TARBALL=`ls *.tar.gz`
70      mkdir -p $DESTDIR
# Line 101 | Line 102 | echo "+ Cleaning up"
102   rm -Rf cms
103   rm -Rf $BUILDS/*
104  
105 + # make sure our local cvs is up-to-date
106 + /usr/local/packages/cvsup/bin/cvsup -L 0 /u1/i-scream/cvsup/supfile
107 +
108   # pull the latest source from our local cvs
109   echo "+ Updating CVS"
110   cvs -d $CVSROOT checkout cms/source
# Line 137 | Line 141 | for PROG in $PROGS; do
141              gnubuild $CMSSOURCE/libukcprog $BUILDS/libukcprog yes
142              ;;
143          idar)
144 <            gnubuild $CMSSOURCE/idar $BUILDS/idar no
144 >            gnubuild $CMSSOURCE/idar $BUILDS/idar no --with-curses-prefix=/usr/local/packages/ncurses
145              ;;
146      esac
147   done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines