summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_illumos_make7
1 files changed, 5 insertions, 2 deletions
diff --git a/dh_illumos_make b/dh_illumos_make
index 2a2f57d..c7abce3 100755
--- a/dh_illumos_make
+++ b/dh_illumos_make
@@ -64,12 +64,15 @@ instead of
Do not use CTF (I<Compact C Type Format>) tools during build.
Every ELF object built from illumos sources should be processed
by these tools, even F<libctf> itself. This option is useful
- for bootstrapping when CTF tools are not available.
+ for bootstrapping when CTF tools are not available. This is
+ implemented by setting environment corresponding variable to
+ L<true(1)>.
=item B<--without-mcs>
Do not manipulate the comment section of generated objects during build.
- These operations require MCS tools, which may not be available when bootstrapping.
+ These operations require MCS tool, which may not be available when bootstrapping.
+ Likewise, variable C<MCS> will be defined as L<true(1)>.
=back