Lines Matching refs:COMMAND
247 # if one wasn't chosen via the "--tag" command line option.
249 # command doesn't match the default compiler.
264 # Blanks in the command may have been stripped by the calling shell,
286 # The compiler in the base compile command matches
296 # was found and let the user know that the "--tag" command
429 # Parse our command line options once, thoroughly.
594 # If this variable is set in any of the actions, the command in it
659 # Get the compilation command and the source file.
684 # Accept any command-line options.
849 $echo "$modename: you must specify a compilation command" 1>&2
943 command="$base_compile $qsrcfile $pic_flag"
946 command="$base_compile $qsrcfile"
960 command="$command -o $lobj"
965 $show "$command"
966 if $run eval $lt_env "$command"; then :
1026 command="$base_compile $qsrcfile"
1028 command="$base_compile $qsrcfile $pic_flag"
1031 command="$command -o $obj"
1035 command="$command$suppress_output"
1037 $show "$command"
1038 if $run eval $lt_env "$command"; then :
2806 # Finalize command for both is simple: just hardcode it.
4028 # The command line is too long to execute in one step.
4108 # The command line is too long to link in one step, link piecewise.
4125 # Clear the reloadable object creation command queue and
4143 # The command $test_cmds is almost too long, add a
4144 # command to the queue.
4146 # The first file doesn't have a previous command to add.
4171 # Append the command to create the export file.
4175 # Set up a command to remove the reloadable object files
4220 # Append the command to remove the reloadable object files
4918 # Quote the relink command for shipping.
4946 # Only actually do things if our run command is non-null.
5538 # Do each command in the archive commands.
5605 # the command line is too long to link in one step, link in parts
5627 # the above command should be used before it gets too long
5679 # Quote the link command for shipping.
5819 # Allow the use of GNU shtool's install command.
6025 # Stick the inst_prefix_dir data into the link command.
6035 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
6072 # Do each command in the postinstall commands.
6242 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
6294 # Do each command in the postinstall commands.
6333 # Do each command in the finish commands.
6398 # The first argument is the command name.
6401 $echo "$modename: you must specify a COMMAND" 1>&2
6522 # Now prepare to actually exec the command.
6621 # Do each command in the postuninstall commands.
6637 # Do each command in the old_postuninstall commands.
6795 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6806 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
6816 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6831 Then, COMMAND is executed, with ARGS as arguments."
6848 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6852 INSTALL-COMMAND is the installation command. The first component should be
6855 The rest of the components are interpreted as arguments to that command (only
6861 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6866 LINK-COMMAND is a command using the C compiler that you would use to create
6869 The following components of LINK-COMMAND are treated specially: