aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/objective-caml.rb
diff options
context:
space:
mode:
authorJoe2009-12-16 12:42:36 -0800
committerMax Howell2009-12-17 13:44:39 +0000
commitc479205c00a66a70212a4488f78d057ce07667b8 (patch)
treec4c5f395f9fee34e08314defb7b10b9253cb7e9c /Library/Formula/objective-caml.rb
parent5af4e3c64e8d9f59173ea23978cfa525ca68beb9 (diff)
downloadhomebrew-c479205c00a66a70212a4488f78d057ce07667b8.tar.bz2
Skip clean all of ocaml
Fixes #188. Signed-off-by: Max Howell <max@methylblue.com> I tested just cleaning lib and the test cases still didn't work.
Diffstat (limited to 'Library/Formula/objective-caml.rb')
-rw-r--r--Library/Formula/objective-caml.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/objective-caml.rb b/Library/Formula/objective-caml.rb
index da9b5a66d..4c4ffaf5c 100644
--- a/Library/Formula/objective-caml.rb
+++ b/Library/Formula/objective-caml.rb
@@ -17,5 +17,7 @@ class ObjectiveCaml <Formula
system "make install"
end
+ # note it indeed seems necessary to clean everything
+ # see http://github.com/mxcl/homebrew/issues#issue/188
def skip_clean? path; true; end
end