0.7 Remove deprecated make command

This commit is contained in:
Adam Vandenberg 2010-07-18 10:55:52 -07:00
parent 76de1fd588
commit 7c4adde96a

View File

@ -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}"