Home | History | Annotate | Download | only in doc

Lines Matching full:installation

42 * Directory Variables::         Variables for Installation Directories
139 Try to make the build and installation targets, at least (and all their
150 installation should not use any utilities directly except these:
170 The Makefile rules for building and installation can also use compilers
266 commands for actual installation, for executables and nonexecutables
276 installation to be copied onto the real target filesystem later. Do not
288 the installation commands. Use a separate command for each file to be
292 @section Variables for Installation Directories
294 Installation directories should always be named by variables, so it is
309 These two variables set the root for the installation. All the other
310 installation directories should be subdirectories of one of these two,
483 it; they should cancel the second installation of the header files.
602 # Common prefix for installation directories.
623 variable names for installation directories is to enable the user to
698 commands into three categories: normal ones, @dfn{pre-installation}
699 commands and @dfn{post-installation} commands. @xref{Install Command
713 install in subdirectories of the appropriate installation directory,
728 the installation commands. @xref{Install Command Categories}.
746 directory which are being copied for installation. It should only strip
914 Perform installation tests (if any). The user must build and install
929 # Make sure all installation directories (e.g. $(bindir))
941 # Make sure all installation directories (e.g. $(bindir))
951 It should do nothing but create installation directories.
957 @cindex pre-installation commands
958 @cindex post-installation commands
960 commands into three categories: normal ones, @dfn{pre-installation}
961 commands and @dfn{post-installation} commands.
967 Pre-installation and post-installation commands may alter other files;
970 Pre-installation commands are typically executed before the normal
971 commands, and post-installation commands are typically run after the
974 The most common use for a post-installation command is to run
977 solely from the package being installed. It is a post-installation
981 Most programs don't need any pre-installation commands, but we have the
1021 which act as subroutines of installation, then you should start
1027 Pre-installation and post-installation commands should not run any
1043 installation commands. But installing the binary package does need to
1044 execute the pre-installation and post-installation commands.
1047 pre-installation and post-installation commands. Here is one way of
1048 extracting the pre-installation commands (the @option{-s} option to