From 7c4adde96ae8d78439fb0e9db3a163f7abf46877 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 18 Jul 2010 10:55:52 -0700 Subject: [PATCH] 0.7 Remove deprecated make command --- bin/brew | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/brew b/bin/brew index 336e3ba1a9..93854270d8 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}"