From a3c9d7cee699d063ea952ac52375618aacc8e9c6 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 20 Feb 2011 01:44:37 -0600 Subject: [PATCH] docs/spec: clarify package location rationale --- docs/spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spec b/docs/spec index abfcfa2..eb72a50 100644 --- a/docs/spec +++ b/docs/spec @@ -36,3 +36,5 @@ seed/ is used to seed the initial chroot for building a world. A world is a set of config files (src.conf, kernconf) that generates a particular base system build, along with the base system build generated by those config files. These are built off of whatever is in /usr/src at the moment. A target is a set of config files (make.conf, leaf_ports, port_options) and a system overlay that takes a given world and transforms it into a viable system, which is then carved up and packaged into a firmware. + +Packages are built for a world, but specific to a target because they may have target-specific port_options or make.conf tweaks applied. -- 2.45.0