自作で少しクリーンアップ/再構築していると、次のようなメッセージがたくさん表示されます。
This formula is keg-only: so it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/libxml2/lib
CPPFLAGS: -I/usr/local/opt/libxml2/include
私は、OS X バージョンではなく自作バージョンにリンクしたいソフトウェアを構築する可能性が非常に高いです。また、どのライブラリが樽のみだったのか覚えていないか、深夜の./configure; make; make install
セッション中にそれらを適切に追跡する可能性はほとんどありません。
すべての樽専用ライブラリを思い出させたいときに、Homebrew がそのようなすべてのフラグのリストを (おそらく設定しやすい環境変数形式で) 吐き出す方法はありますか?