aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorJack Nagel2014-03-13 19:10:49 -0500
committerJack Nagel2014-03-13 19:25:59 -0500
commitf36e676bc9e93c4c10d14b3e10e9e2f72bfb25db (patch)
tree05517a0df3e7f22b12943f5ce322fb2e08c266b0 /Library/Homebrew/test
parent25164350d626a001599089b9ed2780a78548ae81 (diff)
downloadbrew-f36e676bc9e93c4c10d14b3e10e9e2f72bfb25db.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/Homebrew/test')
0 files changed, 0 insertions, 0 deletions