confINSTALL

confINSTALL

Program to install programs and files Build macro

The confINSTALL macro defines the program that will be used by make (1) to install sendmail . As distributed, the devtools/OS file for your machine's architecture predefines this value for you. You should not need to redefine it unless you have customized your system in a way that makes that prior definition inappropriate:

 define(`confINSTALL', `${BUILDBIN}/install.sh') 

Here, we create a definition that tells make (1) to use devtools/bin/install.sh to install sendmail . The expression ${BUILDBIN} is a Makefile macro that defaults to the devtools/bin directory in the source distribution (see confBUILDBIN , confBUILDBIN, for a way to override that default).

Note that this macro also defines how manuals will be installed. It does not, however, control whether to install the manual pages (see the confNO_MAN_INSTALL macro, confNO_MAN_INSTALL). Nor does it define how to install symbolic links (see confLN , confLN).



Sendmail
sendmail, 4th Edition
ISBN: 0596510292
EAN: 2147483647
Year: 2002
Pages: 1174

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net