Home | History | Annotate | Download | only in cmockery_0_1_2

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 :
2746 # Finalize command for both is simple: just hardcode it.
3956 # The command line is too long to execute in one step.
4036 # The command line is too long to link in one step, link piecewise.
4053 # Clear the reloadable object creation command queue and
4071 # The command $test_cmds is almost too long, add a
4072 # command to the queue.
4074 # The first file doesn't have a previous command to add.
4099 # Append the command to create the export file.
4103 # Set up a command to remove the reloadable object files
4148 # Append the command to remove the reloadable object files
4843 # Quote the relink command for shipping.
4871 # Only actually do things if our run command is non-null.
5449 # Do each command in the archive commands.
5516 # the command line is too long to link in one step, link in parts
5538 # the above command should be used before it gets too long
5590 # Quote the link command for shipping.
5730 # Allow the use of GNU shtool's install command.
5936 # Stick the inst_prefix_dir data into the link command.
5946 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
5983 # Do each command in the postinstall commands.
6153 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
6205 # Do each command in the postinstall commands.
6244 # Do each command in the finish commands.
6309 # The first argument is the command name.
6312 $echo "$modename: you must specify a COMMAND" 1>&2
6431 # Now prepare to actually exec the command.
6530 # Do each command in the postuninstall commands.
6546 # Do each command in the old_postuninstall commands.
6704 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6715 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
6725 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6740 Then, COMMAND is executed, with ARGS as arguments."
6757 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6761 INSTALL-COMMAND is the installation command. The first component should be
6764 The rest of the components are interpreted as arguments to that command (only
6770 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6775 LINK-COMMAND is a command using the C compiler that you would use to create
6778 The following components of LINK-COMMAND are treated specially: