Making more prominent that only one target must be selected on each run.

This commit is contained in:
Manuel Canales Esparcia 2006-10-11 19:42:00 +00:00
parent aecb378a83
commit ab412b43af

View file

@ -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.