MountRoot
The MountRoot
element is required if you
are assessing source code from a remote system. MountRoot
tells
Ounce/Make to pre-pend the specified mount point to all absolute include paths
that it encounters.
By specifying a MountRoot
, Ounce/Make implicitly
adds the --remote_root
option to the list of compiler
options in the resulting ppf.
MountRoot
is valid on Linux™ only.
Example
The following is an example line from the Properties file:
<MountRoot>/mnt/mount_point/usr/include</MountRoot>
Description
If one of the specified include paths is /usr/include (such as gcc -I/usr/include ...), Ounce/Make pre-pends /usr/include with the mount point so that the path stored in the resulting ppf file contains the correct path, such as /mnt/mount_point/usr/include.