Making more prominent that only one target must be selected on each run.
This commit is contained in:
parent
aecb378a83
commit
ab412b43af
1 changed files with 6 additions and 4 deletions
10
README.BLFS
10
README.BLFS
|
@ -104,14 +104,16 @@ $Id$
|
|||
Next step is to create a book and build scripts in dependencies build order
|
||||
for a target package. A target can be a package or a meta-package.
|
||||
|
||||
WARNING:
|
||||
Only one target (meta-package or individual package) must be
|
||||
selected on each configuration run.
|
||||
That is due that there is no way to solve dependencies properly
|
||||
when more than one target are selected at the same time.
|
||||
|
||||
Run <make> to launch the configuration interface. The main menu contains
|
||||
three block: meta-package selection, individual package selection, and
|
||||
build options.
|
||||
|
||||
Only one meta-package or individual package must be selected on each run.
|
||||
That is due that there is no way to solve dependencies properly when
|
||||
more than one target are selected at the same time.
|
||||
|
||||
When a meta-package is selected is possible to unselect unwanted components.
|
||||
That unselected components will be skipped if no other components depends
|
||||
on them.
|
||||
|
|
Reference in a new issue