[Dart-dev] DART/branches Revision: 13057

dart at ucar.edu dart at ucar.edu
Fri Mar 22 16:10:33 MDT 2019


thoar at ucar.edu
2019-03-22 16:10:33 -0600 (Fri, 22 Mar 2019)
69
Cleaning up by removing the Makefile and .cppdefs when appropriate.




Modified: DART/branches/recam/assimilation_code/programs/compare_states/work/quickbuild.csh
===================================================================
--- DART/branches/recam/assimilation_code/programs/compare_states/work/quickbuild.csh	2019-03-22 21:37:27 UTC (rev 13056)
+++ DART/branches/recam/assimilation_code/programs/compare_states/work/quickbuild.csh	2019-03-22 22:10:33 UTC (rev 13057)
@@ -8,7 +8,7 @@
 #
 # This script compiles all executables in this directory.
 
-\rm -f *.o *.mod 
+\rm -f *.o *.mod Makefile .cppdefs
 
 set MODEL = "compare_states"
 
@@ -25,7 +25,7 @@
    @ n = $n + 1
    echo
    echo "---------------------------------------------------"
-   echo "${MODEL} build number ${n} is ${PROG}" 
+   echo "${MODEL} build number ${n} is ${PROG}"
    \rm -f ${PROG}
    csh $TARGET || exit $n
    make        || exit $n
@@ -33,9 +33,9 @@
 end
 
 # clean up.  comment this out if you want to keep the .o and .mod files around
-\rm -f *.o *.mod input.nml.*_default
+\rm -f *.o *.mod input.nml.*_default Makefile .cppdefs
 
-echo "Success: All DART programs compiled."  
+echo "Success: All DART programs compiled."
 
 exit 0
 

Modified: DART/branches/recam/assimilation_code/programs/gen_sampling_err_table/work/quickbuild.csh
===================================================================
--- DART/branches/recam/assimilation_code/programs/gen_sampling_err_table/work/quickbuild.csh	2019-03-22 21:37:27 UTC (rev 13056)
+++ DART/branches/recam/assimilation_code/programs/gen_sampling_err_table/work/quickbuild.csh	2019-03-22 22:10:33 UTC (rev 13057)
@@ -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
@@ -17,7 +17,7 @@
 # ---------------
 # shouldn't have to modify this script below here.
 
-\rm -f *.o *.mod 
+\rm -f *.o *.mod Makefile .cppdefs
 
 @ n = 0
 
@@ -28,7 +28,7 @@
    @ n = $n + 1
    echo
    echo "---------------------------------------------------"
-   echo "$ITEM build number $n is $PROG" 
+   echo "$ITEM build number $n is $PROG"
    \rm -f $PROG
    csh $TARGET || exit $n
    make        || exit $n
@@ -35,9 +35,9 @@
 
 end
 
-echo "Success: All programs compiled."  
+echo "Success: All programs compiled."
 
-\rm -f *.o *.mod  input.nml.*_default
+\rm -f *.o *.mod  input.nml.*_default Makefile .cppdefs
 
 exit 0
 

Modified: DART/branches/recam/assimilation_code/programs/obs_assim_count/work/quickbuild.csh
===================================================================
--- DART/branches/recam/assimilation_code/programs/obs_assim_count/work/quickbuild.csh	2019-03-22 21:37:27 UTC (rev 13056)
+++ DART/branches/recam/assimilation_code/programs/obs_assim_count/work/quickbuild.csh	2019-03-22 22:10:33 UTC (rev 13057)
@@ -10,12 +10,12 @@
 
 #----------------------------------------------------------------------
 # 'preprocess' is a program that culls the appropriate sections of the
-# observation module for the observations types in 'input.nml'; the 
-# resulting source file is used by all the remaining programs, 
+# observation module for the observations types in 'input.nml'; the
+# resulting source file is used by all the remaining programs,
 # so this MUST be run first.
 #----------------------------------------------------------------------
 
-\rm -f preprocess *.o *.mod
+\rm -f preprocess *.o *.mod Makefile .cppdefs
 \rm -f ../../../obs_def/obs_def_mod.f90
 \rm -f ../../../obs_kind/obs_kind_mod.f90
 
@@ -48,7 +48,7 @@
       @ n = $n + 1
       echo
       echo "---------------------------------------------------"
-      echo "${MODEL} build number ${n} is ${PROG}" 


More information about the Dart-dev mailing list