mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
removed debugging code accidentally checked in
This commit is contained in:
@ -218,9 +218,9 @@ install.cross: install-dirs install-libiberty install-mmalloc \
|
|||||||
|
|
||||||
### autoconf
|
### autoconf
|
||||||
all-autoconf: force
|
all-autoconf: force
|
||||||
if [ -f ./autoconf/Makefile ] ; then \
|
@if [ -f ./autoconf/Makefile ] ; then \
|
||||||
rootme=`pwd` ; export rootme ; \
|
rootme=`pwd` ; export rootme ; \
|
||||||
(cd ./autoconf; echo "XX" $${rootme} "XXX" ; $(MAKE) $(FLAGS_TO_PASS) all) ; \
|
(cd ./autoconf; $(MAKE) $(FLAGS_TO_PASS) all) ; \
|
||||||
else \
|
else \
|
||||||
true ; \
|
true ; \
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user