diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-10-18 12:14:23 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-10-18 12:14:23 +0200 |
commit | 468ee96a95a470c06e0f646f0a7c83b189b7fbe6 (patch) | |
tree | d7fba811fa09b6de0a53d1fc0e6c4cf9f7fe6ca6 /gcc/ada/projects.texi | |
parent | b7f17b2062c6e07c4236e16d124e9f1dcd34447f (diff) | |
download | gcc-468ee96a95a470c06e0f646f0a7c83b189b7fbe6.zip gcc-468ee96a95a470c06e0f646f0a7c83b189b7fbe6.tar.gz gcc-468ee96a95a470c06e0f646f0a7c83b189b7fbe6.tar.bz2 |
[multiple changes]
2010-10-18 Robert Dewar <dewar@adacore.com>
* prj-nmsc.adb, prj.adb, sem_res.adb: Minor reformatting.
2010-10-18 Ed Schonberg <schonberg@adacore.com>
* sem_util.adb (Insert_Explicit_Dereference): If operand is a selected
component, we generate a reference to the ultimate prefix when it is an
entity name. We must place the reference on the identifier for that
prefix, and not on the operand itself, to prevent spurious extra
references in the ali file.
2010-10-18 Vincent Celier <celier@adacore.com>
* projects.texi: Add documentation for attribute Ignore_Source_Sub_Dirs
From-SVN: r165623
Diffstat (limited to 'gcc/ada/projects.texi')
-rw-r--r-- | gcc/ada/projects.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ada/projects.texi b/gcc/ada/projects.texi index 979dc33..8441ec4 100644 --- a/gcc/ada/projects.texi +++ b/gcc/ada/projects.texi @@ -278,6 +278,14 @@ There are several ways of defining source directories: be excluded. It is also possible to exclude a complete directory subtree using the "/**" notation. +@cindex @code{Ignore_Source_Sub_Dirs} + It is often desirable to remove, from the source directories, directory + subtrees rooted at some subdirectories. An example is the subdirectories + created by a Version Control System such as Subversion that creates directory + subtrees .svn/**. To do that, attribute @b{Ignore_Source_Sub_Dirs} can be + used. It specifies the list of simple file names for the root of these + undesirable directory subtrees. + @end itemize @noindent |