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.1 by tdb, Sun Feb 16 18:53:50 2003 UTC vs.
Revision 1.2 by tdb, Mon Mar 10 19:44:27 2003 UTC

# Line 89 | Line 89 | cd $CMSSOURCE/host/winhost
89   ./configure
90   gnumake dist dest=$BUILDS/winhost
91  
92 + echo "+ Making libstatgrab"
93 +
94 + cd $CMSSOURCE/libstatgrab
95 + aclocal
96 + autoheader
97 + autoconf
98 + libtoolize -c
99 + automake -a -c
100 + ./configure
101 + gnumake dist
102 + LIBSTATGRAB=`ls libstatgrab-*.tar.gz`
103 + mkdir -p $BUILDS/libstatgrab
104 + cp $LIBSTATGRAB $BUILDS/libstatgrab
105 + gpg -abs --default-key=0x135D6B0A $BUILDS/libstatgrab/$LIBSTATGRAB
106 +
107   echo "+ Making ihost"
108  
109   cd $CMSSOURCE/host/ihost

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines