Browse Source

waf: readme: clarify explanation on program groups

The necessity for that was pointed out in the PR #3841 ("waf: readme: update
information regarding groups" -
https://github.com/ArduPilot/ardupilot/pull/3841).
mission-4.1.18
Gustavo Jose de Sousa 9 years ago committed by Lucas De Marchi
parent
commit
3b7ddbabc0
  1. 6
      BUILD.md

6
BUILD.md

@ -63,8 +63,10 @@ waf list @@ -63,8 +63,10 @@ waf list
## Program groups ##
Program groups are used to represent a class of programs. They can be used to
build all programs of a certain class without having to specify each program. A
program can belong to more than one group.
build all programs of a certain class without having to specify each program.
It's possible for two groups to overlap, except when both groups are main
groups. In other words, a program can belong to more than one group, but only
to one main group.
There's a special group, called "all", that comprises all programs.

Loading…
Cancel
Save