You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/04/18 09:14:18 UTC

svn commit: r766253 - /commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Author: mturk
Date: Sat Apr 18 07:14:18 2009
New Revision: 766253

URL: http://svn.apache.org/viewvc?rev=766253&view=rev
Log:
Remove test object files on clean

Modified:
    commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in?rev=766253&r1=766252&r2=766253&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Sat Apr 18 07:14:18 2009
@@ -100,6 +100,7 @@
 
 clean:
 	-@del /Q $(SRCDIR)\shared\*.$(OBJ) 2>NUL
+	-@del /Q $(SRCDIR)\test\*.$(OBJ) 2>NUL
 	-@del /Q $(SRCDIR)\os\win32\*.$(OBJ) 2>NUL
 	-@del /Q $(SRCDIR)\os\win32\*.res 2>NUL
 	-@del /Q $(BLDDIR)\*  2>NUL