empty libiberty/testsuite/Makefile !
Stan Shebs
shebs@cygnus.com
Tue May 11 15:53:00 GMT 1999
From: toddpw@wrs.com (Todd Whitesel)
Date: Tue, 11 May 1999 15:37:55 -0700 (PDT)
I just did another CVS checkout to get the latest snapshot, and it seems to
want to create an empty Makefile in libiberty/testsuite. This dies during the
build because it has no rule for 'all'.
Has anyone else had this happen? sparc-sun-solaris2.5.1 native, both with
vpath and without.
Libiberty now has a small testsuite, but it was added to egcs first
and then merged in our repository, wasn't completely finished up until
mid-day today, from what I can tell. I made this little change a
couple days ago to get me going again:
Index: Makefile.in
===================================================================
RCS file: /cvs/cvsfiles/devo/libiberty/Makefile.in,v
retrieving revision 1.152
diff -u -r1.152 Makefile.in
--- Makefile.in 1999/05/06 23:40:20 1.152
+++ Makefile.in 1999/05/11 22:42:32
@@ -87,7 +87,7 @@
"RANLIB=$(RANLIB)" \
"SHELL=$(SHELL)"
-all: stamp-picdir $(TARGETLIB) needed-list required-list all-subdir
+all: stamp-picdir $(TARGETLIB) needed-list required-list
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
.PHONY: check installcheck
Stan
More information about the Gdb
mailing list