[bugs] [OpenIndiana Distribution - Bug #1260] (New) oi-build Makefile infrastructure support for dependencies
illumos bugs
bugs at lists.illumos.org
Sun Jul 24 03:04:39 PDT 2011
Issue #1260 has been reported by Bayard Bell.
----------------------------------------
Bug #1260: oi-build Makefile infrastructure support for dependencies
https://www.illumos.org/issues/1260
Author: Bayard Bell
Status: New
Priority: Normal
Assignee: Bayard Bell
Category: oi-build
Target version: oi_151_stable
Difficulty: Medium
Tags: needs-triage
The initial deliverable here is to have the Makefile infrastructure automatically provide for pulling in dependency packages as a single global action, as we don't expect to have accurate dependency tracking at package granularity (e.g. satisfying the dependency for one component can mask the dependency for components built later). This will parse out the list of dependencies package-level dependencies, sort them into a list of unique elements, and invoke xargs pkg install for the list. This will be provided as a make depend target that should be run in one of the top-level Makefiles (for all of oi-build or for components).
If it's trivial enough, the existing list of dependencies for oi-build can be folded into a top-level list, allowing "make depend" to replace the long "pkg install" in the build steps.
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the bugs
mailing list