diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-07-03 00:09:37 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-07-03 00:09:37 +0000 |
commit | e98095b3decb93d23f1177d456cacf0b521cb3ad (patch) | |
tree | a6489ca27b65f7989641abfd6c8984c7fec36e59 /dh_illumos_make | |
parent | c6d3d8b5aec47a4a2c83d7244e4ad507ea1f2087 (diff) | |
download | dh-illumos-e98095b3decb93d23f1177d456cacf0b521cb3ad.tar.gz |
Clarify description
Diffstat (limited to 'dh_illumos_make')
-rwxr-xr-x | dh_illumos_make | 7 |
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 |