--- misc/scripts/shell/build.sh 2003/03/28 20:06:53 1.5 +++ misc/scripts/shell/build.sh 2003/03/29 16:30:37 1.6 @@ -4,7 +4,7 @@ # builds new-style dists from cvs source, and puts them # in a single location for download (eg. snapshots) # -# $Id: build.sh,v 1.5 2003/03/28 20:06:53 tdb Exp $ +# $Id: build.sh,v 1.6 2003/03/29 16:30:37 tdb Exp $ # base directory for staging STAGING=/u1/i-scream/staging @@ -132,6 +132,9 @@ for PROG in $PROGS; do ;; ihost) gnubuild $CMSSOURCE/ihost $BUILDS/ihost no + ;; + libukcprog) + gnubuild $CMSSOURCE/libukcprog $BUILDS/libukcprog yes ;; esac done