You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/07/01 01:32:01 UTC

[lucy-commits] svn commit: r1141751 - /incubator/lucy/trunk/ruby/Rakefile

Author: marvin
Date: Thu Jun 30 23:32:01 2011
New Revision: 1141751

URL: http://svn.apache.org/viewvc?rev=1141751&view=rev
Log:
Clean up after MSVC.

Modified:
    incubator/lucy/trunk/ruby/Rakefile

Modified: incubator/lucy/trunk/ruby/Rakefile
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/ruby/Rakefile?rev=1141751&r1=1141750&r2=1141751&view=diff
==============================================================================
--- incubator/lucy/trunk/ruby/Rakefile (original)
+++ incubator/lucy/trunk/ruby/Rakefile Thu Jun 30 23:32:01 2011
@@ -113,6 +113,9 @@ task :charmonizer_tests => [:charmony] d
   run_make(CHARMONIZER_ORIG_DIR, args)
 end
 
+# Clean up after MSVC.
+CLEAN.include("*.pdb")
+
 task :clean do
   run_make(CHARMONIZER_ORIG_DIR, ["clean"])
 end