aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2014-10-20 14:18:56 -0500
committerJack Nagel2014-10-20 14:20:48 -0500
commit6214b9821786302749edf31ecca316d8ccbe0ee1 (patch)
tree3687a5df8f857fd922e8bc20784bedb9b863b0eb /Library/Homebrew/cmd
parent92be5bb1939648f6089369c2ef263ecb3bbba798 (diff)
downloadbrew-6214b9821786302749edf31ecca316d8ccbe0ee1.tar.bz2
Drop questionable CLT advice
If an outdated Xcode is installed, it really needs to be updated if possible. Otherwise things that depend on Xcode at build time will have that dependency satisfied, but will fail to compile. The CLT is enough if it is installed by itself, in which case Xcode dependencies will not be satisfied.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 8060166e6..2701a1695 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -255,9 +255,6 @@ if MacOS.version >= "10.9"
s += <<-EOS.undent
Xcode 6.1 is required on Yosemite to compile anything (6.0.1 does not include
the 10.10 SDK). You can install it from the App Store.
-
- For some software installing the CLT may be enough:
- xcode-select --install
EOS
else
s += "Xcode can be updated from the App Store."