7.45 on
page 93). Nor does it define how to install symbolic links (see confLN, ?§2.7.31 on page 83).
2.7.22 confINSTALL_RAWMAN
Install unformatted manuals Build macro
Ordinarily, the manual pages are formatted when sendmail, or one of the companion
programs, is built. These preformatted manuals are the ones installed in the cat manual
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
80 | Chapter 2: Download, Build, and Install
directories when the program is installed. This confINSTALL_RAWMAN macro causes the unformatted
(raw) manual pages to also be installed, but in the man manual directories. For
example, with confINSTALL_RAWMAN defined:
% ./Build install
Configuration: pfx=, os=SunOS, rel=4.1.4, rbase=4, rroot=4.1, arch=sun4, sfx=
Making in ../obj.SunOS.4.1.4.sun4/sendmail
...
install -c -o bin -g bin -m 444 sendmail.0 /usr/man/cat8/sendmail.8
install -c -o bin -g bin -m 444 sendmail.8 /usr/man/man8/sendmail.8
... ?†? etc.
But with the confINSTALL_RAWMAN not defined:
% ./Build install
Configuration: pfx=, os=SunOS, rel=4.1.4, rbase=4, rroot=4.1, arch=sun4, sfx=
Making in ../obj.SunOS.4.1.4.sun4/sendmail
...
install -c -o bin -g bin -m 444 sendmail.0 /usr/man/cat8/sendmail.8
... ?†? etc.
2.7.23 confLD
The linker to use Build macro
Use of this macro is not supported in the open source version of sendmail.
Pages:
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167