[Dart-dev] [4669] DART/trunk/observations/buildall.csh: minor updates to the script i use to build all the
nancy at ucar.edu
nancy at ucar.edu
Fri Jan 21 11:58:24 MST 2011
Revision: 4669
Author: nancy
Date: 2011-01-21 11:58:24 -0700 (Fri, 21 Jan 2011)
Log Message:
-----------
minor updates to the script i use to build all the
obs converters. eventually the real 'test_dart.csh'
script at the top level should build and run test
cases for these as well as for the models but
things aren't quite that automated yet.
Modified Paths:
--------------
DART/trunk/observations/buildall.csh
-------------- next part --------------
Modified: DART/trunk/observations/buildall.csh
===================================================================
--- DART/trunk/observations/buildall.csh 2011-01-21 18:36:14 UTC (rev 4668)
+++ DART/trunk/observations/buildall.csh 2011-01-21 18:58:24 UTC (rev 4669)
@@ -9,14 +9,16 @@
set SNAME = $0
set clobber
-foreach dir ( */work )
+set startdir=`pwd`
+
+foreach dir ( */oned */threed_sphere */*/work */work )
cd $dir
echo building in $dir
echo
- ./quickbuild.csh || exit 1
+ ./quickbuild.csh || echo ERROR unsuccessful build in $dir
- cd ../..
+ cd $startdir
end
exit 0
More information about the Dart-dev
mailing list