[svn-r29507] Add actual file name to delete functions to prevent accidental deletion of source files.

(HDFFV-9730 created for tools scripts, which is the basis for the java scripts)
This commit is contained in:
Allen Byrne
2016-03-22 10:15:44 -05:00
parent 5309de6c54
commit 98e315ffff
5 changed files with 11 additions and 11 deletions

View File

@@ -119,7 +119,7 @@ CLEAN_LIBFILES_AND_BLDLIBDIR()
# skip rm if srcdir is same as destdir
# this occurs when build/test performed in source dir and
# make cp fail
SDIR=`$DIRNAME $tstfile`
SDIR=`$DIRNAME $HDFLIB_HOME/slf4j-api-1.7.5.jar`
INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'`
INODE_DDIR=`$LS -i -d $BLDLIBDIR | $AWK -F' ' '{print $1}'`
if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then
@@ -162,7 +162,7 @@ CLEAN_DATAFILES_AND_BLDDIR()
# skip rm if srcdir is same as destdir
# this occurs when build/test performed in source dir and
# make cp fail
SDIR=`$DIRNAME $tstfile`
SDIR=`$DIRNAME $HDFTEST_HOME/../testfiles/examples.datasets.H5Ex_D_Alloc.txt`
INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'`
INODE_DDIR=`$LS -i -d $BLDDIR | $AWK -F' ' '{print $1}'`
if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then