mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-12 02:17:45 +08:00
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:
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user