• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/file/

Lines Matching refs:script

42 # Run './libtool --help' for help with using this script from the
66 # Set a version string for this script.
69 # General shell script boiler plate, and helper functions.
101 # Evaluate this file near the top of your script to gain access to
308 # variables can be overridden by the user before calling a script that
379 # avoid using those namespaces casually in your sourcing script, things
393 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
397 # By convention, finish your script with:
1025 # A bug in bash halts the script if the last line of a function
1367 # mode: shell-script
1375 # Set a version string for this script.
1417 # ...rest of your script...
1424 # description of your script's purpose in a comment directly above the
1429 # use), and '--verbose' and the func_verbose function to allow your script
1442 # You should override these variables in your script after sourcing this
1455 # options your script accepts.
1655 # needs to propogate that back to rest of this script, then the complete
1975 # mode: shell-script
2138 # Display the configuration for all the tags in this script.
2158 # Display the features supported by this script.
2207 # and the sed script, to avoid splitting on whitespace, but
2222 # Ensure that we are using m4 macros, and libtool script from the same
2537 # True iff FILE is a libtool wrapper script
2572 # True iff FILE is a libtool wrapper script or wrapper executable
3466 # We use this script file to make the link, it avoids creating a new file
3914 # Check if any of the arguments is a wrapper script.
4417 # because it is most likely a libtool script we actually want to
4453 func_fatal_error "invalid libtool wrapper script '$wrapper'"
5202 # Emit a libtool wrapper script on stdout.
5204 # incorporate the script contents within a cygwin/mingw
5210 # variable will take. If 'yes', then the emitted script
5221 # $output - temporary wrapper script for $objdir/$outputname
5227 # This wrapper script should never be moved out of the build directory.
5279 # /script/ and the wrapper /executable/ that is used only on
5285 # --lt-dump-script. There is, deliberately, no --lt-help.
5288 # script's $0 value, followed by "$@".
5298 --lt-dump-script)
5383 # Find the directory that this script lives in.
5503 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
5728 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
5778 have already dealt with, above (inluding dump-script), then
9817 # script.
9844 func_verbose "creating GNU ld script: $output"
10453 # We don't need to create a wrapper script.
10508 # Now create the wrapper script.
10530 # win32 will think the script is a binary if it has
10565 # Now, create the wrapper script for func_source use:
10570 # note: this script will not be executed, so do not chmod.
10572 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
11160 # mode:shell-script