[Groonga-commit] groonga/groonga [master] [windows] clean dist dir.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 1月 31日 (火) 16:53:19 JST


Kouhei Sutou	2012-01-31 16:53:19 +0900 (Tue, 31 Jan 2012)

  New Revision: f5fa08885a01de5d7cf123a8548a99402c2b30f7

  Log:
    [windows] clean dist dir.

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+5 -1)
===================================================================
--- packages/windows/Rakefile    2012-01-31 16:38:41 +0900 (076aa5a)
+++ packages/windows/Rakefile    2012-01-31 16:53:19 +0900 (553c42c)
@@ -163,7 +163,11 @@ namespace :build do
     end
   end
 
-  task(:pre)
+  task(:clean) do
+    rm_rf(dist_dir)
+  end
+
+  task(:pre => :clean)
   task(:post)
 end
 




Groonga-commit メーリングリストの案内
Back to archive index