aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAdam Vandenberg2010-07-18 10:55:52 -0700
committerAdam Vandenberg2010-08-07 18:08:54 -0700
commit7c4adde96ae8d78439fb0e9db3a163f7abf46877 (patch)
tree61be22451185de690d8ee9ddf0312ca085fa0488 /bin
parent76de1fd5884f7ef980318f1f5d4534d081caf18e (diff)
downloadbrew-7c4adde96ae8d78439fb0e9db3a163f7abf46877.tar.bz2
0.7 Remove deprecated make command
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/brew b/bin/brew
index 336e3ba1a..93854270d 100755
--- a/bin/brew
+++ b/bin/brew
@@ -191,13 +191,6 @@ begin
when 'prune'
prune
- # 'make' supported until 0.7 for historic reasons
- when 'mk', 'make'
- opoo "`brew make' has changed to `brew create'"
- puts "This is because make can be confused with the `make' tool."
- puts "brew make will continue working until Homebrew 0.7"
- exec __FILE__, "create", *ARGV
-
when 'create'
if ARGV.include? '--macports'
exec "open", "http://www.macports.org/ports.php?by=name&substr=#{ARGV.next}"