• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/

Lines Matching refs:command

223 # if one wasn't chosen via the "--tag" command line option.
225 # command doesn't match the default compiler.
240 # Blanks in the command may have been stripped by the calling shell,
262 # The compiler in the base compile command matches
272 # was found and let the user know that the "--tag" command
395 # Parse our command line options once, thoroughly.
559 # If this variable is set in any of the actions, the command in it
624 # Get the compilation command and the source file.
649 # Accept any command-line options.
812 $echo "$modename: you must specify a compilation command" 1>&2
906 command="$base_compile $qsrcfile $pic_flag"
909 command="$base_compile $qsrcfile"
923 command="$command -o $lobj"
928 $show "$command"
929 if $run eval "$command"; then :
989 command="$base_compile $qsrcfile"
991 command="$base_compile $qsrcfile $pic_flag"
994 command="$command -o $obj"
998 command="$command$suppress_output"
1000 $show "$command"
1001 if $run eval "$command"; then :
2743 # Finalize command for both is simple: just hardcode it.
3948 # The command line is too long to execute in one step.
4028 # The command line is too long to link in one step, link piecewise.
4045 # Clear the reloadable object creation command queue and
4063 # The command $test_cmds is almost too long, add a
4064 # command to the queue.
4066 # The first file doesn't have a previous command to add.
4091 # Append the command to create the export file.
4095 # Set up a command to remove the reloadable object files
4140 # Append the command to remove the reloadable object files
4835 # Quote the relink command for shipping.
4863 # Only actually do things if our run command is non-null.
5441 # Do each command in the archive commands.
5508 # the command line is too long to link in one step, link in parts
5530 # the above command should be used before it gets too long
5582 # Quote the link command for shipping.
5722 # Allow the use of GNU shtool's install command.
5928 # Stick the inst_prefix_dir data into the link command.
5938 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
5975 # Do each command in the postinstall commands.
6145 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
6197 # Do each command in the postinstall commands.
6236 # Do each command in the finish commands.
6301 # The first argument is the command name.
6423 # Now prepare to actually exec the command.
6522 # Do each command in the postuninstall commands.
6538 # Do each command in the old_postuninstall commands.
6707 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
6753 INSTALL-COMMAND is the installation command. The first component should be
6756 The rest of the components are interpreted as arguments to that command (only
6767 LINK-COMMAND is a command using the C compiler that you would use to create