• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/BerkeleyDB-21/db/dist/

Lines Matching +refs:help +refs:mode +refs:finish

80 help="Try \`$progname --help' for more information."
107 # We save the old values to restore during execute mode.
127 mode=$default_mode
153 # Return a directory name, but don't create it in dry-run mode
170 # If we're not in dry-run mode, bomb out on failure
452 --help)
475 $echo "$progname: enabling shell trace mode"
499 --finish) mode="finish" ;;
501 --mode) prevopt="--mode" prev=mode ;;
502 --mode=*) mode="$optarg" ;;
530 $echo "$help" 1>&2
543 $echo "$help" 1>&2
566 # Infer the operation mode.
567 if test -z "$mode"; then
568 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
569 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
572 mode=link
577 mode=compile
584 mode=execute
587 mode=install
590 mode=uninstall
593 # If we have no mode, but dlfiles were specified, then do execute mode.
594 test -n "$execute_dlfiles" && mode=execute
596 # Just use the default operation mode.
597 if test -z "$mode"; then
599 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
601 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
608 # Only execute mode is allowed to have -dlopen flags.
609 if test -n "$execute_dlfiles" && test "$mode" != execute; then
611 $echo "$help" 1>&2
615 # Change the help message to a mode-specific one.
616 generic_help="$help"
617 help="Try \`$modename --help --mode=$mode' for more information."
620 case $mode in
621 # libtool compile mode
813 $echo "$help" 1>&2
1065 # libtool link mode
1615 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
1617 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
1618 # +DA*, +DD* enable 64-bit mode on the HP compiler
1952 $echo "$help" 1>&2
1996 $echo "$help" 1>&2
2645 if test "$linkmode" = prog || test "$mode" != relink; then
2739 if test "$linkmode" = prog || test "$mode" = relink; then
2818 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
3104 $echo "$help" 1>&2
3168 $echo "$help" 1>&2
3377 if test "$mode" != relink; then
3776 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
3851 test "$mode" != relink && rpath="$compile_rpath$rpath"
3900 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
4000 if test "$mode" = relink; then
4153 if test "$mode" = relink; then
4163 if test "$mode" = relink; then
5208 lt_error_core (int exit_status, const char * mode,
5211 fprintf (stderr, "%s: %s: ", program_name, mode);
5262 # This environment variable determines our operation mode.
5264 # install mode needs the following variable:
5267 # When we are sourced in execute mode, \$file and \$echo are already set.
5583 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5715 # libtool install mode
5803 $echo "$help" 1>&2
5809 $echo "$help" 1>&2
5819 $echo "$help" 1>&2
5840 $echo "$help" 1>&2
5852 $echo "$help" 1>&2
5881 $echo "$help" 1>&2
5987 if test "$mode" = relink; then
6029 $echo "$help" 1>&2
6210 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
6216 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6222 # libtool finish mode
6223 finish)
6224 modename="$modename: finish"
6236 # Do each command in the finish commands.
6257 # Exit here if they wanted silent mode.
6297 # libtool execute mode
6305 $echo "$help"
6313 $echo "$help" 1>&2
6324 $echo "$help" 1>&2
6436 # libtool clean and uninstall mode
6438 modename="$modename: $mode"
6459 $echo "$help" 1>&2
6475 test "$mode" = uninstall && objdir="$dir"
6478 if test "$mode" = clean; then
6511 case "$mode" in
6580 if test "$mode" = clean ; then
6633 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6644 # We need to display help for each of the modes.
6645 case $mode in
6655 --finish same as \`--mode=finish'
6656 --help display this help message and exit
6657 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6668 finish complete the installation of libtool libraries
6673 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6682 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6696 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6700 This mode accepts the following additional options:
6717 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6721 This mode accepts the following additional options:
6725 This mode sets the library path environment variable according to \`-dlopen'
6735 finish)
6737 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6743 The commands that this mode executes may require superuser privileges. Use
6749 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6762 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6784 -no-fast-install disable the fast-install mode
6817 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
6830 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6831 $echo "$help" 1>&2
6837 $echo "Try \`$modename --help' for more information about other modes."
6861 # mode:shell-script