Parent Directory | Revision Log | Revision Graph | Patch
revision 1.3 by jmc, Wed Mar 5 00:56:11 2008 UTC | revision 1.4 by jmc, Thu Sep 18 20:05:26 2008 UTC | |
---|---|---|
# | Line 28 Building the mitgcm.org front pages: | Line 28 Building the mitgcm.org front pages: |
28 | EOF | EOF |
29 | #export CVSROOT='/u/gcmpack' | #export CVSROOT='/u/gcmpack' |
30 | #cd /u/u2/jmc/testing/front_content && cvs -q update -P -d | #cd /u/u2/jmc/testing/front_content && cvs -q update -P -d |
31 | cd /u/u2/jmc/testing/front_content && make install >> $logfile | cd /u/u2/jmc/testing/front_content && make install >> $logfile 2>&1 |
32 | retval=$? | |
33 | if test "x$retval" != x0 ; then | |
34 | echo "'make install' return with ERROR $retval" | |
35 | fi |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |