From fc52e1a69d3f94940279f656e9dae5fb66546c6c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 7 Sep 2009 01:34:40 +0100 Subject: `brew make' becomes `brew create' This is because I have observed two people confuse make with the "make" tool and thus assume `brew make' is `brew install'. `brew make' will be deprecated at 0.7, until then it shows a warning. --- bin/brew | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') diff --git a/bin/brew b/bin/brew index 9876c9a99..a9a372398 100755 --- a/bin/brew +++ b/bin/brew @@ -181,7 +181,14 @@ 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}" else -- cgit v1.2.3