mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 02:45:02 +08:00
Removed +f option. Used to stand for +forcesubdirs which is now
called +subdirs.
This commit is contained in:
18
configure
vendored
18
configure
vendored
@ -44,14 +44,17 @@ symbolic_link='ln -s'
|
|||||||
progname=$0
|
progname=$0
|
||||||
|
|
||||||
# clear some things potentially inherited from environment.
|
# clear some things potentially inherited from environment.
|
||||||
|
|
||||||
|
Makefile=Makefile
|
||||||
|
Makefile_in=Makefile.in
|
||||||
ansi=
|
ansi=
|
||||||
arguments=$*
|
arguments=$*
|
||||||
|
commontargets=
|
||||||
|
configdirs=
|
||||||
defaulttargets=
|
defaulttargets=
|
||||||
destdir=
|
destdir=
|
||||||
fatal=
|
fatal=
|
||||||
hostsubdir=
|
hostsubdir=
|
||||||
Makefile=Makefile
|
|
||||||
Makefile_in=Makefile.in
|
|
||||||
norecursion=
|
norecursion=
|
||||||
recurring=
|
recurring=
|
||||||
removing=
|
removing=
|
||||||
@ -59,8 +62,6 @@ srcdir=
|
|||||||
srctrigger=
|
srctrigger=
|
||||||
target=
|
target=
|
||||||
targets=
|
targets=
|
||||||
commontargets=
|
|
||||||
configdirs=
|
|
||||||
targetsubdir=
|
targetsubdir=
|
||||||
verbose=
|
verbose=
|
||||||
|
|
||||||
@ -109,7 +110,8 @@ do
|
|||||||
# -srcdir=* | +srcdir=* | +srcdi=* | +srcd=* | +src=* | +sr=* | +s=*)
|
# -srcdir=* | +srcdir=* | +srcdi=* | +srcd=* | +src=* | +sr=* | +s=*)
|
||||||
# srcdir=`echo ${arg} | sed 's/[+-]s[a-z]*=//'`
|
# srcdir=`echo ${arg} | sed 's/[+-]s[a-z]*=//'`
|
||||||
# ;;
|
# ;;
|
||||||
-subdirs | +f* | +su*)
|
|
||||||
|
-subdirs | +su*)
|
||||||
subdirs=${arg}
|
subdirs=${arg}
|
||||||
;;
|
;;
|
||||||
-target=* | +target=* | +targe=* | +targ=* | +tar=* | +ta=*)
|
-target=* | +target=* | +targe=* | +targ=* | +tar=* | +ta=*)
|
||||||
@ -526,7 +528,11 @@ exit 0
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.44 1991/10/02 06:02:35 rich
|
# Revision 1.45 1991/10/02 06:15:13 rich
|
||||||
|
# Removed +f option. Used to stand for +forcesubdirs which is now
|
||||||
|
# called +subdirs.
|
||||||
|
#
|
||||||
|
# Revision 1.44 1991/10/02 06:02:35 rich
|
||||||
# Added rcs log line.
|
# Added rcs log line.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user