aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-21 13:09:04 -0700
committerAdam Vandenberg2012-10-21 13:24:05 -0700
commitf70457ef100e537941aa293545c320dbe92a5654 (patch)
tree28e6ab704fab32a379aea6f80d6f3f27ee66aca1 /Library
parent117b028903c35bb03ffc4c5efe71695dd99e4a54 (diff)
downloadhomebrew-f70457ef100e537941aa293545c320dbe92a5654.tar.bz2
sbcl: remove unused skip_clean
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sbcl.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb
index c2402f440..1f49d0732 100644
--- a/Library/Formula/sbcl.rb
+++ b/Library/Formula/sbcl.rb
@@ -23,9 +23,6 @@ class Sbcl < Formula
cause "Compilation fails with LLVM."
end
- skip_clean 'bin'
- skip_clean 'lib'
-
option "32-bit"
option "without-threads", "Build SBCL without support for native threads"
option "with-ldb", "Include low-level debugger in the build"