Lines Matching refs:COMMAND
117 # Parse our command line options once, thoroughly.
219 # If this variable is set in any of the actions, the command in it
282 # Get the compilation command and the source file.
318 # Accept any command-line options.
460 $echo "$modename: you must specify a compilation command" 1>&2
535 command="$base_compile $srcfile $pic_flag -DPIC"
538 command="$base_compile $srcfile"
564 command="$command -o $output_obj"
567 command="$command -o $output_obj"
571 $show "$command"
572 if $run eval "$command"; then :
657 command="$base_compile $srcfile"
660 command="$base_compile $srcfile $pic_flag -DPIC"
663 command="$command -o $obj"
668 command="$command$suppress_output"
670 $show "$command"
671 if $run eval "$command"; then :
1911 # Finalize command for both is simple: just hardcode it.
3615 # Quote the relink command for shipping.
3643 # Only actually do things if our run command is non-null.
3901 # Do each command in the archive commands.
3957 # Quote the link command for shipping.
4071 # Allow the use of GNU shtool's install command.
4271 # Stick the inst_prefix_dir data into the link command.
4281 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
4315 # Do each command in the postinstall commands.
4459 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
4511 # Do each command in the postinstall commands.
4549 # Do each command in the finish commands.
4613 # The first argument is the command name.
4616 $echo "$modename: you must specify a COMMAND" 1>&2
4735 # Now prepare to actually exec the command.
4825 # Do each command in the postuninstall commands.
4840 # Do each command in the old_postuninstall commands.
4962 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
4973 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
4983 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
4998 Then, COMMAND is executed, with ARGS as arguments."
5015 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
5019 INSTALL-COMMAND is the installation command. The first component should be
5022 The rest of the components are interpreted as arguments to that command (only
5028 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
5033 LINK-COMMAND is a command using the C compiler that you would use to create
5036 The following components of LINK-COMMAND are treated specially: