aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-13 19:10:49 -0500
committerJack Nagel2014-03-13 19:25:59 -0500
commita9fc82aea30506eeacbddeb8b53fb85de8acb9d4 (patch)
tree303c3b31b0367db432f29f35db3720c342cd97ac /Library/Formula
parentf0dd265889c26048750a425528eb2c4fe0ddec12 (diff)
downloadhomebrew-a9fc82aea30506eeacbddeb8b53fb85de8acb9d4.tar.bz2
Don't ignore dependencies when actually building a dependency
Since the primary FormulaInstaller instance handles the entire dependency tree, we set ignore_deps to true when instantiated the class for each dependency in over to avoid repeated work. However, now that arguments for the build process are whitelisted instead of blacklisted, we have begun adding "--ignore-dependencies" if ignore_deps is true. This isn't quite right when we are installing a dependency. We want to skip the calculation and installation of *its* dependencies, since the primary installer takes care of that, but we still want to consider them in the build process, so that they are available in the build environment.
Diffstat (limited to 'Library/Formula')
0 files changed, 0 insertions, 0 deletions