Fix regexp for development.exp

binutils/:
	* Makefile.am (development.exp): Fix regexp.
	* Makefile.in: Regenerate.
gas/:
	* Makefile.am (development.exp): Fix regexp.
	* Makefile.in: Regenerate.
ld/:
	* Makefile.am (development.exp): Fix regexp.
	* Makefile.in: Regenerate.
This commit is contained in:
Andreas Schwab
2020-11-07 21:28:47 +01:00
parent 521d4b194f
commit a76bf0e55d
9 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2020-11-09 Andreas Schwab <schwab@linux-m68k.org>
* Makefile.am (development.exp): Fix regexp.
* Makefile.in: Regenerate.
2020-11-06 Nick Clifton <nickc@redhat.com>
* lexsup.c (parse_args): Add more checks of the mapfile. If it is

View File

@ -974,7 +974,7 @@ check-DEJAGNU: site.exp
fi
development.exp: $(BFDDIR)/development.sh
$(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
enablings.exp:

View File

@ -2551,7 +2551,7 @@ check-DEJAGNU: site.exp
fi
development.exp: $(BFDDIR)/development.sh
$(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
$(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \
| $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
enablings.exp: