[Scummvm-cvs-logs] CVS: scummvm configure,1.12,1.13

Jonathan Gray khalek at users.sourceforge.net
Sun May 18 04:28:08 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv25880

Modified Files:
	configure 
Log Message:
rm -f

Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure	18 May 2003 11:23:12 -0000	1.12
+++ configure	18 May 2003 11:27:35 -0000	1.13
@@ -68,7 +68,7 @@
 	return 0;
 }
 EOF
-eval "$1 -o tmp_cxx_compiler tmp_cxx_compiler.cpp 2> /dev/null" && eval "./tmp_cxx_compiler 2> /dev/null" && rm tmp_cxx_compiler tmp_cxx_compiler.cpp
+eval "$1 -o tmp_cxx_compiler tmp_cxx_compiler.cpp 2> /dev/null" && eval "./tmp_cxx_compiler 2> /dev/null" && rm -f tmp_cxx_compiler tmp_cxx_compiler.cpp
 }
 
 #
@@ -104,7 +104,7 @@
 	exit 1
   fi
 fi
-rm tmp_find_type_with_size tmp_find_type_with_size.cpp
+rm -f tmp_find_type_with_size tmp_find_type_with_size.cpp
 echo $datatype
 }
 
@@ -259,7 +259,7 @@
 		exit 1
 		;;
 esac
-rm tmp_endianess_check tmp_endianess_check.cpp
+rm -f tmp_endianess_check tmp_endianess_check.cpp
 
 #
 # Determine data type sizes





More information about the Scummvm-git-logs mailing list