If your m4 build file has been modified, this target (with the
-f or -Q switch) will cause a corresponding new Makefile to be created.
install
This target causes the created executable file (and possibly any manual pages) to
be installed for use. You can prevent manuals from being installed by declaring
the confNO_MAN_INSTALL build macro (?§2.7.45 on page 93) in your m4 build file.
install-strip
This target causes the installed binary to be stripped with strip(1). Otherwise, it
is the same as install.
force-install
Two programs, mail.local and rmail, will not install withth e install command.
Instead, eachmust be installed individually withth is force-install command.
Note that force-install is not supported at the top level, and must instead be
run in each subdirectory as needed.
This is the Title of the Book, eMatter Edition
Copyright ?© 2007 O??™Reilly & Associates, Inc. All rights reserved.
348 | Chapter 10: Build and Use Companion Programs
10.1.1 -A
Show the architecture for the build Build switch
The -A switchdoesn??™t cause sendmail to be built. Instead, it prints the architecture component
of the path that will be used to build the program:
% ./Build -A
obj.SunOS.4.1.4.sun4
That is, each program will be built under this directory in a subdirectory named after the
program. For sendmail, in this example, the path would be:
obj.
Pages:
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630