[Scummvm-cvs-logs] CVS: scummvm configure,1.67.2.3,1.67.2.4

Travis Howell kirben at users.sourceforge.net
Thu May 6 03:34:02 CEST 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25021

Modified Files:
      Tag: branch-0-6-0
	configure 
Log Message:

Clean up all tmps on mingw


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.67.2.3
retrieving revision 1.67.2.4
diff -u -d -r1.67.2.3 -r1.67.2.4
--- configure	12 Apr 2004 12:50:21 -0000	1.67.2.3
+++ configure	6 May 2004 10:33:11 -0000	1.67.2.4
@@ -52,7 +52,7 @@
 	cat "$TMPC" >> "$TMPLOG"
 	echo >> "$TMPLOG"
 	echo "$CXX $TMPC -o $TMPO $@" >> "$TMPLOG"
-	rm -f "$TMPO"
+	rm -f "$TMPO$EXEEXT"
 	( $CXX "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
 	TMP="$?"
 	echo >> "$TMPLOG"
@@ -701,7 +701,7 @@
   _def_mpeg2='#undef USE_MPEG2'
 fi
 echo "$_mpeg2"
-rm -f $TMPC $TMPO
+rm -f $TMPC $TMPO$EXEEXT
 
 #
 # Check which engines ("frontends") are to be built





More information about the Scummvm-git-logs mailing list