[Dart-dev] DART/branches Revision: 11435

dart at ucar.edu dart at ucar.edu
Thu Apr 6 10:20:17 MDT 2017


nancy at ucar.edu
2017-04-06 10:20:16 -0600 (Thu, 06 Apr 2017)
156
update mkmf files that were referring to the old mkmf directory,
and commit a proposed quickbuild.csh for directories which do not
need or use preprocess.




Modified: DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_corr
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_corr	2017-04-06 16:02:24 UTC (rev 11434)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_corr	2017-04-06 16:20:16 UTC (rev 11435)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../mkmf/mkmf -p test_corr -t ../../mkmf/mkmf.template   \
- -a "../../" path_names_test_corr
+../../../build_templates/mkmf -p test_corr -t ../../../build_templates/mkmf.template   \
+ -a "../../../" path_names_test_corr
 
 exit $status
 

Modified: DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_diff
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_diff	2017-04-06 16:02:24 UTC (rev 11434)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_diff	2017-04-06 16:20:16 UTC (rev 11435)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../mkmf/mkmf -p test_diff -t ../../mkmf/mkmf.template   \
- -a "../../" path_names_test_diff
+../../../build_templates/mkmf -p test_diff -t ../../../build_templates/mkmf.template   \
+ -a "../../../" path_names_test_diff
 
 exit $status
 

Modified: DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_gaussian
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_gaussian	2017-04-06 16:02:24 UTC (rev 11434)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_gaussian	2017-04-06 16:20:16 UTC (rev 11435)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../mkmf/mkmf -p test_gaussian -t ../../mkmf/mkmf.template   \
- -a "../../" path_names_test_gaussian
+../../../build_templates/mkmf -p test_gaussian -t ../../../build_templates/mkmf.template   \
+ -a "../../../" path_names_test_gaussian
 
 exit $status
 

Modified: DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_hist
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_hist	2017-04-06 16:02:24 UTC (rev 11434)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_hist	2017-04-06 16:20:16 UTC (rev 11435)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../mkmf/mkmf -p test_hist -t ../../mkmf/mkmf.template   \
- -a "../../" path_names_test_hist
+../../../build_templates/mkmf -p test_hist -t ../../../build_templates/mkmf.template   \
+ -a "../../../" path_names_test_hist
 
 exit $status
 

Modified: DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_reseed
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_reseed	2017-04-06 16:02:24 UTC (rev 11434)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/mkmf_test_reseed	2017-04-06 16:20:16 UTC (rev 11435)
@@ -6,8 +6,8 @@
 #
 # DART $Id$
 
-../../mkmf/mkmf -p test_reseed -t ../../mkmf/mkmf.template   \
- -a "../../" path_names_test_reseed
+../../../build_templates/mkmf -p test_reseed -t ../../../build_templates/mkmf.template   \
+ -a "../../../" path_names_test_reseed
 
 exit $status
 

Modified: DART/branches/rma_trunk/developer_tests/random_seq/test/quickbuild.csh
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/quickbuild.csh	2017-04-06 16:02:24 UTC (rev 11434)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/quickbuild.csh	2017-04-06 16:20:16 UTC (rev 11435)
@@ -1,4 +1,4 @@
-#!/bin/csh
+#!/bin/csh 
 #
 # DART software - Copyright UCAR. This open source software is provided
 # by UCAR, "as is", without charge, subject to all terms of use at
@@ -5,36 +5,38 @@
 # http://www.image.ucar.edu/DAReS/DART/DART_download
 #
 # DART $Id$
-#
-# Script to manage the compilation of all tests in this directory.
 
 #----------------------------------------------------------------------
+# compile all programs in the current directory that have a mkmf_xxx file.
+#----------------------------------------------------------------------
 


More information about the Dart-dev mailing list