Merge pull request #4674 from bdbaddog/fix_2281_Aliases_ignore_pre_post_add_actions
[scons.git] / SCons / Platform / sunos.xml
blob20172cb4651f7da26a4bd5578397bbf10d9cbde7
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4 SPDX-License-Identifier: MIT
5 SPDX-FileType: DOCUMENTATION
7 This file is processed by the bin/SConsDoc.py module.
8 -->
10 <!DOCTYPE sconsdoc [
11 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
12 %scons;
13 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
14 %builders-mod;
15 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
16 %functions-mod;
17 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
18 %tools-mod;
19 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
20 %variables-mod;
23 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
24           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25           xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
28 <cvar name="PKGCHK">
29 <summary>
30 <para>
31 On Solaris systems,
32 the package-checking program that will
33 be used (along with &cv-PKGINFO;)
34 to look for installed versions of
35 the Sun PRO C++ compiler.
36 The default is
37 <filename>/usr/sbin/pgkchk</filename>.
38 </para>
39 </summary>
40 </cvar>
42 <cvar name="PKGINFO">
43 <summary>
44 <para>
45 On Solaris systems,
46 the package information program that will
47 be used (along with &cv-PKGCHK;)
48 to look for installed versions of
49 the Sun PRO C++ compiler.
50 The default is
51 <filename>pkginfo</filename>.
52 </para>
53 </summary>
54 </cvar>
56 </sconsdoc>