mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 20:14:06 +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:
parent
26483cc668
commit
3048fb38f0
@ -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)
|
||||
|
||||
* Makefile.in: Set VERSION to 2.1.
|
||||
|
@ -147,13 +147,11 @@ OPCODES = $(OPCODEDIR)/libopcodes.a
|
||||
all: $(ADDL_LIBS) $(PROGS) testsuite
|
||||
|
||||
testsuite:
|
||||
echo "testsuite"; \
|
||||
if [ -d testsuite ]; then \
|
||||
if [ -d testsuite ]; then \
|
||||
(rootme=`pwd`/ ; export rootme ; \
|
||||
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
|
||||
cd testsuite; $(MAKE) $(FLAGS_TO_PASS)); \
|
||||
fi; \
|
||||
|
||||
else true ; fi
|
||||
|
||||
check: all
|
||||
/bin/sh $(srcdir)/sanity.sh .
|
||||
|
Loading…
Reference in New Issue
Block a user