mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
[svn-r23295] Did not intend to check in this file with the previous ci.
reverted check in.
This commit is contained in:
parent
a4521b7901
commit
4e08487549
@ -233,12 +233,8 @@ for arg in $@ ; do
|
||||
*) allargs="$allargs $arg"
|
||||
if [ -s "$arg" ] ; then
|
||||
ext=`expr "$arg" : '.*\(\..*\)'`
|
||||
if [ "$ext" = ".f" -o "$ext" = ".F" -o \
|
||||
"$ext" = ".for" -o "$ext" = ".FOR" -o \
|
||||
"$ext" = ".ftn" -o "$ext" = ".FTN" -o \
|
||||
["$ext" = ".f[0-9][0-9]"] -o \
|
||||
["$ext" = ".F[0-9][0-9]"] \
|
||||
] ; then
|
||||
if [ "$ext" = ".f" -o "$ext" = ".F" -o "$ext" = ".f90" -o \
|
||||
"$ext" = ".for" -o "$ext" = ".FOR" -o "$ext" = ".F90" ] ; then
|
||||
do_compile="yes"
|
||||
compile_args="$compile_args $arg"
|
||||
fname=`basename $arg $ext`
|
||||
|
Loading…
Reference in New Issue
Block a user