mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 00:18:11 +00:00
* configure.in: Don't issue warnings about directories which are
not being configued if -norecursion is set.
This commit is contained in:
parent
fcbc95a72a
commit
9fe444b57a
@ -1,5 +1,8 @@
|
||||
Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* configure.in: Don't issue warnings about directories which are
|
||||
not being configued if -norecursion is set.
|
||||
|
||||
* configure.in: Don't build gas for alpha-dec-osf1*.
|
||||
|
||||
Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
|
||||
|
@ -279,7 +279,7 @@ done
|
||||
# FSF releases, it's important to let people know when their machine isn't
|
||||
# supported by the one or two programs in a package.
|
||||
|
||||
if [ x"${notsupp}" != x ]; then
|
||||
if [ -n "${notsupp}" ] && [ -z "${norecursion}" ]; then
|
||||
echo "*** This configuration is not supported in the following subdirectories:" 1>&2
|
||||
echo " ${notsupp}" 1>&2
|
||||
echo " (Any other directories should still work fine.)" 1>&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user