[Dart-dev] [3710] DART/trunk/observations/buildall.csh:
Until we can integrate the observations directory into the main test_dart.
csh
nancy at ucar.edu
nancy at ucar.edu
Fri Dec 12 15:13:52 MST 2008
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20081212/a5caea6f/attachment.html
-------------- next part --------------
Added: DART/trunk/observations/buildall.csh
===================================================================
--- DART/trunk/observations/buildall.csh (rev 0)
+++ DART/trunk/observations/buildall.csh 2008-12-12 22:13:52 UTC (rev 3710)
@@ -0,0 +1,28 @@
+#!/bin/csh
+#
+# Data Assimilation Research Testbed -- DART
+# Copyright 2004-2007, Data Assimilation Research Section,
+# University Corporation for Atmospheric Research
+# Licensed under the GPL -- www.gpl.org/licenses/gpl.html
+#
+# <next few lines under version control, do not edit>
+# $URL$
+# $Id$
+# $Revision$
+# $Date$
+
+set SNAME = $0
+set clobber
+
+
+foreach dir ( */work )
+ cd $dir
+ echo building in $dir
+ echo
+
+ ./quickbuild.csh || exit 1
+
+ cd ../..
+end
+
+exit 0
Property changes on: DART/trunk/observations/buildall.csh
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:keywords
+ Date Revision Author HeadURL Id
More information about the Dart-dev
mailing list