[Ada] Add notes about processing of aggregate projects

2018-09-26  Sergey Rybin  <rybin@adacore.com>

gcc/ada/

	* doc/gnat_ugn/gnat_utility_programs.rst: Add note about
	processing of aggregate projects in gnatmetric and gnatstub.

From-SVN: r264622
This commit is contained in:
Sergey Rybin 2018-09-26 09:18:16 +00:00 committed by Pierre-Marie de Rodat
parent dd81163fe8
commit 3e4ade66c6
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2018-09-26 Sergey Rybin <rybin@adacore.com>
* doc/gnat_ugn/gnat_utility_programs.rst: Add note about
processing of aggregate projects in gnatmetric and gnatstub.
2018-09-26 Hristian Kirtchev <kirtchev@adacore.com>
* contracts.adb, exp_unst.adb, exp_util.adb, gnat1drv.adb,

View file

@ -2710,7 +2710,8 @@ Alternatively, you may run the script using the following command line:
:switch:`-P {file}`
Indicates the name of the project file that describes the set of sources
to be processed. The exact set of argument sources depends on other options
specified, see below.
specified, see below. An aggregate project is allowed as the file parameter
only if it has exactly one non-aggregate project being aggregated.
.. index:: -U (gnatmetric)
@ -4151,7 +4152,8 @@ Alternatively, you may run the script using the following command line:
:switch:`-P {file}`
Indicates the name of the project file that describes the set of sources
to be processed.
to be processed. An aggregate project is allowed as the file parameter only
if it has exactly one non-aggregate project being aggregated.
.. index:: -X (gnatstub)