• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/OpenPAM-20/openpam/

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

88 help="Try \`$progname --help' for more information."
115 # We save the old values to restore during execute mode.
137 mode=$default_mode
165 # Return a directory name, but don't create it in dry-run mode
182 # If we're not in dry-run mode, bomb out on failure
509 --help)
533 $echo "$progname: enabling shell trace mode"
557 --finish) mode="finish" ;;
559 --mode) prevopt="--mode" prev=mode ;;
560 --mode=*) mode="$optarg" ;;
588 $echo "$help" 1>&2
601 $echo "$help" 1>&2
624 # Infer the operation mode.
625 if test -z "$mode"; then
626 $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
627 $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
630 mode=link
635 mode=compile
642 mode=execute
645 mode=install
648 mode=uninstall
651 # If we have no mode, but dlfiles were specified, then do execute mode.
652 test -n "$execute_dlfiles" && mode=execute
654 # Just use the default operation mode.
655 if test -z "$mode"; then
657 $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
659 $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
666 # Only execute mode is allowed to have -dlopen flags.
667 if test -n "$execute_dlfiles" && test "$mode" != execute; then
669 $echo "$help" 1>&2
673 # Change the help message to a mode-specific one.
674 generic_help="$help"
675 help="Try \`$modename --help --mode=$mode' for more information."
678 case $mode in
679 # libtool compile mode
872 $echo "$help" 1>&2
1124 # libtool link mode
1684 # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
1686 # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
1687 # +DA*, +DD* enable 64-bit mode on the HP compiler
2022 $echo "$help" 1>&2
2066 $echo "$help" 1>&2
2740 if test "$linkmode" = prog || test "$mode" != relink; then
2834 if test "$linkmode" = prog || test "$mode" = relink; then
2913 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
3199 $echo "$help" 1>&2
3263 $echo "$help" 1>&2
3477 if test "$mode" != relink; then
3873 $echo "*** \`nm' from GNU binutils and a full rebuild may help."
3948 test "$mode" != relink && rpath="$compile_rpath$rpath"
4000 test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
4100 if test "$mode" = relink; then
4253 if test "$mode" = relink; then
4263 if test "$mode" = relink; then
5313 lt_error_core (int exit_status, const char * mode,
5316 fprintf (stderr, "%s: %s: ", program_name, mode);
5381 # This environment variable determines our operation mode.
5383 # install mode needs the following variable:
5386 # When we are sourced in execute mode, \$file and \$echo are already set.
5702 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
5834 # libtool install mode
5922 $echo "$help" 1>&2
5928 $echo "$help" 1>&2
5938 $echo "$help" 1>&2
5959 $echo "$help" 1>&2
5971 $echo "$help" 1>&2
6000 $echo "$help" 1>&2
6106 if test "$mode" = relink; then
6148 $echo "$help" 1>&2
6329 $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
6335 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
6341 # libtool finish mode
6342 finish)
6343 modename="$modename: finish"
6355 # Do each command in the finish commands.
6376 # Exit here if they wanted silent mode.
6416 # libtool execute mode
6424 $echo "$help"
6432 $echo "$help" 1>&2
6443 $echo "$help" 1>&2
6557 # libtool clean and uninstall mode
6559 modename="$modename: $mode"
6580 $echo "$help" 1>&2
6596 test "$mode" = uninstall && objdir="$dir"
6599 if test "$mode" = clean; then
6632 case "$mode" in
6701 if test "$mode" = clean ; then
6754 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6765 # We need to display help for each of the modes.
6766 case $mode in
6776 --finish same as \`--mode=finish'
6777 --help display this help message and exit
6778 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
6789 finish complete the installation of libtool libraries
6794 MODE-ARGS vary depending on the MODE. Try \`$modename --help --mode=MODE' for
6803 "Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
6817 "Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
6821 This mode accepts the following additional options:
6838 "Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
6842 This mode accepts the following additional options:
6846 This mode sets the library path environment variable according to \`-dlopen'
6856 finish)
6858 "Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
6864 The commands that this mode executes may require superuser privileges. Use
6870 "Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
6883 "Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
6905 -no-fast-install disable the fast-install mode
6940 "Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
6953 $echo "$modename: invalid operation mode \`$mode'" 1>&2
6954 $echo "$help" 1>&2
6960 $echo "Try \`$modename --help' for more information about other modes."
6984 # mode:shell-script