0.7 Remove deprecated make command
This commit is contained in:
parent
76de1fd588
commit
7c4adde96a
7
bin/brew
7
bin/brew
@ -191,13 +191,6 @@ begin
|
|||||||
when 'prune'
|
when 'prune'
|
||||||
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'
|
when 'create'
|
||||||
if ARGV.include? '--macports'
|
if ARGV.include? '--macports'
|
||||||
exec "open", "http://www.macports.org/ports.php?by=name&substr=#{ARGV.next}"
|
exec "open", "http://www.macports.org/ports.php?by=name&substr=#{ARGV.next}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user