[Scummvm-cvs-logs] SF.net SVN: scummvm:[40401] scummvm/trunk/configure

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sat May 9 14:19:15 CEST 2009


Revision: 40401
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40401&view=rev
Author:   aquadran
Date:     2009-05-09 12:19:15 +0000 (Sat, 09 May 2009)

Log Message:
-----------
remove temporary files on mac os x

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-05-09 11:25:18 UTC (rev 40400)
+++ scummvm/trunk/configure	2009-05-09 12:19:15 UTC (rev 40401)
@@ -893,7 +893,7 @@
 		# In cross-compiling mode, we cannot run the result
 		eval "$1 $CXXFLAGS $LDFLAGS -o tmp_cxx_compiler$HOSTEXEEXT tmp_cxx_compiler.cpp" 2> /dev/null && rm -f tmp_cxx_compiler$HOSTEXEEXT tmp_cxx_compiler.cpp
 	else
-		eval "$1 $CXXFLAGS $LDFLAGS -o tmp_cxx_compiler$HOSTEXEEXT tmp_cxx_compiler.cpp" 2> /dev/null && eval "./tmp_cxx_compiler$HOSTEXEEXT 2> /dev/null" && rm -f tmp_cxx_compiler$HOSTEXEEXT tmp_cxx_compiler.cpp
+		eval "$1 $CXXFLAGS $LDFLAGS -o tmp_cxx_compiler$HOSTEXEEXT tmp_cxx_compiler.cpp" 2> /dev/null && eval "./tmp_cxx_compiler$HOSTEXEEXT 2> /dev/null" && rm -rf tmp_cxx_compiler$HOSTEXEEXT tmp_cxx_compiler.dSYM tmp_cxx_compiler.cpp
 	fi
 }
 
@@ -1741,7 +1741,7 @@
 	_def_fluidsynth='#undef USE_FLUIDSYNTH'
 fi
 echo "$_fluidsynth"
-rm -f $TMPC $TMPO$HOSTEXEEXT
+rm -rf $TMPC $TMPO$HOSTEXEEXT $TMPO.dSYM
 
 #
 # Check for nasm


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list