summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-10-17 21:31:15 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-10-17 21:31:15 +0300
commit9b44b9321998abcd3c449a7295b76844244630b7 (patch)
tree6150a68bab2e50957bc83edb6dc7b452f6192c59
parentc6f830d96cdc0ff88aeb8686a00e4f8238482b84 (diff)
downloaddh-illumos-9b44b9321998abcd3c449a7295b76844244630b7.tar.gz
Updated doc
-rwxr-xr-xdh_illumos_gate12
1 files changed, 6 insertions, 6 deletions
diff --git a/dh_illumos_gate b/dh_illumos_gate
index d39b2b7..9929ea2 100755
--- a/dh_illumos_gate
+++ b/dh_illumos_gate
@@ -385,7 +385,7 @@ if ( -f $Makefile_master ) {
);
}
-=item Changes to F<usr/src/lib/Makefile.lib> (if exists):
+=item Changes F<usr/src/lib/Makefile.lib> (if exists):
Append C<CFLAGS> to C<BUILD.SO> command, because C<BUILD.SO>
by default uses C compiler to create shared library.
@@ -419,12 +419,12 @@ if ( -f $Makefile_lib ) {
);
}
-=item Changes to F<usr/src/cmd/Makefile.cmd> (if exists):
+=item Changes F<usr/src/cmd/Makefile.cmd> (if exists):
- Remove trailing spaces in the line C<TEXT_DOMAIN= SUNW_OST_OSCMD >
- Maybe we should patch GNU make to do it for us in SunOS mode.
+Remove trailing spaces in the line C<TEXT_DOMAIN=SUNW_OST_OSCMD>
+Maybe we should patch GNU make to do it for us in SunOS mode.
- Remove linker flag for setting ELF interpreter (-Wl,-I/lib/ld.so.1)
+Remove linker flag for setting ELF interpreter (-Wl,-I/lib/ld.so.1)
=cut
@@ -446,7 +446,7 @@ if ( -f $Makefile_cmd ) {
);
}
-=item Create F<usr/env.sh> (if F<usr> exists and F<usr/env.sh> does not)
+=item Creates F<usr/env.sh>
Set C<CODEMGR_WS> to the B<--destdir>.