diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-10-19 18:17:58 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-10-19 18:17:58 +0400 |
commit | 3aeae1d8c73565c3a07ca797ca1ef45b9912e179 (patch) | |
tree | 3509731b7c419ae59de0a163a0d10a7e3aa1515c | |
parent | 001b0a8abf22e804695b004159ae7877dd31bd66 (diff) | |
download | dh-illumos-3aeae1d8c73565c3a07ca797ca1ef45b9912e179.tar.gz |
Fix description
-rwxr-xr-x | dh_illumos_gate | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate index 5c05d71..eb9894e 100755 --- a/dh_illumos_gate +++ b/dh_illumos_gate @@ -201,10 +201,10 @@ if (-f $Makefile_lib) { =item Create F<illumos-gate/env.sh> -Set C<CODEMGR_WS> to be C<current_dir/illumos-gate>. +Set C<CODEMGR_WS> to be F<current_dir/illumos-gate>. -Set C<VERSION> to be C<source_version> by parsing F<./debian/chnagelog>. -For example it can be C<uts_5.11.0-15>. +Set C<VERSION> from F<./debian/chnagelog>. +For example it can be C<2.10-3>. Set C<LD_ALTEXEC=/usr/bin/ld-gnu-to-sun> to call L<sunld(1)> instead of GNU L<ld(1)>. Default system GCC is build to use GNU L<ld(1)>, @@ -213,19 +213,18 @@ See L<ld-gnu-to-sun(1)>. Set proto area to be F<./debian/tmp>. -Disable C<lint> libraries by replacing C<LINT> with ":". +Disable linting libraries by replacing C<LINT> with ":". So it will do nothing. Successfully. Also define C<LINTLIB> to empty -string to prevent installation of lint library (which does not exist). +string to prevent installation of lint libraries (which do not exist). Disable modifying comment section of ELFs by replacing C<MCS> with ":". +Disable stripping by replacing C<STRIP> with ":". + Enable GCC and GCC4 mode by defining C<__GNUC> and C<__GNUC4>. Change GCC root to F</usr>, so the default system compiler is used. -Define C<i386_XARCH='-m32'> since illumos sources -expect default compiler to generate 32-bit code. - Define C<LEX> to be C</usr/bin/flex -l>. Export all C<DEB_*> variables (using C<dpkg-architecture -s>) |