aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2012-08-06 13:24:56 -0400
committerMax Howell2012-08-06 13:26:39 -0400
commit28c9b8f601d3cc707ba5222ef4265dc35d797f90 (patch)
treea23cf18948708a98ee8a71b4402411f3fb1a4ad9
parent97b841c1d5c1f84c6c0e1a8f73a75bb2252a5b3c (diff)
downloadbrew-28c9b8f601d3cc707ba5222ef4265dc35d797f90.tar.bz2
Put the CLT advice warning in the right place
Refs Homebrew/homebrew#13982.
-rw-r--r--Library/Homebrew/cmd/doctor.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 7c97c143c..4117458ef 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -213,10 +213,7 @@ def check_for_latest_xcode
else
return <<-EOS.undent
Experimental support for using the "Command Line Tools" without Xcode.
- You have only installed Xcode. If stuff is not building, try installing
- the Command Line Tools package.
- You do not need Xcode for most Homebrew packages, the CLT is usually enough;
- however having said this some packages DO require Xcode! Check for that.
+ Some formulae need Xcode to be installed (for the Frameworks not in the CLT.)
EOS
end
else
@@ -252,6 +249,8 @@ def check_cc
if MacOS::Xcode.version >= "4.3"
return <<-EOS.undent
Experimental support for using Xcode without the "Command Line Tools".
+ You have only installed Xcode. If stuff is not building, try installing the
+ "Command Line Tools for Xcode" package.
EOS
else
return <<-EOS.undent