mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* ardup.c: Add extern declaration of strdup.
* Makefile.in (testsuite): Add 'else true' since otherwise Ultrix /bin/sh complains.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Thu Feb 25 15:57:00 1993 Per Bothner (bothner@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* ardup.c: Add extern declaration of strdup.
|
||||||
|
* Makefile.in (testsuite): Add 'else true' since otherwise
|
||||||
|
Ultrix /bin/sh complains.
|
||||||
|
|
||||||
Wed Feb 24 19:44:18 1993 Per Bothner (bothner@rtl.cygnus.com)
|
Wed Feb 24 19:44:18 1993 Per Bothner (bothner@rtl.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: Set VERSION to 2.1.
|
* Makefile.in: Set VERSION to 2.1.
|
||||||
|
@ -147,13 +147,11 @@ OPCODES = $(OPCODEDIR)/libopcodes.a
|
|||||||
all: $(ADDL_LIBS) $(PROGS) testsuite
|
all: $(ADDL_LIBS) $(PROGS) testsuite
|
||||||
|
|
||||||
testsuite:
|
testsuite:
|
||||||
echo "testsuite"; \
|
if [ -d testsuite ]; then \
|
||||||
if [ -d testsuite ]; then \
|
|
||||||
(rootme=`pwd`/ ; export rootme ; \
|
(rootme=`pwd`/ ; export rootme ; \
|
||||||
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
|
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
|
||||||
cd testsuite; $(MAKE) $(FLAGS_TO_PASS)); \
|
cd testsuite; $(MAKE) $(FLAGS_TO_PASS)); \
|
||||||
fi; \
|
else true ; fi
|
||||||
|
|
||||||
|
|
||||||
check: all
|
check: all
|
||||||
/bin/sh $(srcdir)/sanity.sh .
|
/bin/sh $(srcdir)/sanity.sh .
|
||||||
|
Reference in New Issue
Block a user