add installcheck

This commit is contained in:
David D. Zuhn 1993-03-23 08:03:44 +00:00
parent 76019c92cd
commit 80c8fd72ed
6 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon Mar 22 23:59:13 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* Makefile.in: add installcheck target
Mon Mar 22 10:19:00 1993 Ian Lance Taylor (ian@cygnus.com)
* config/tc-mips.c (macro): Use $AT for any floating point load.

View File

@ -219,7 +219,7 @@ STAGESTUFF = *.o as.new
as.new: $(OBJS) $(LIBS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o as.new $(OBJS) $(LIBS) $(LOADLIBES)
check:
installcheck check:
@echo No checks are available yet for the GNU assembler.
config.status:

View File

@ -1,3 +1,7 @@
Tue Mar 23 00:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* Makefile.in: add installcheck target
Mon Mar 22 16:17:58 1993 Fred Fish (fnf@cygnus.com)
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,

View File

@ -421,6 +421,7 @@ YYOBJ = c-exp.tab.o m2-exp.tab.o ch-exp.tab.o
all: gdb
$(MAKE) $(FLAGS_TO_PASS) DO=all "DODIRS=`echo $(SUBDIRS) | sed 's/testsuite//'`" subdir_do
installcheck:
check: force
rootme=`pwd`; export rootme; $(MAKE) $(TARGET_FLAGS_TO_PASS) DO=check DODIRS=testsuite subdir_do
info: force

View File

@ -1,3 +1,7 @@
Tue Mar 23 00:03:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* Makefile.in: add installcheck target
Sat Feb 27 18:17:10 1993 Per Bothner (bothner@rtl.cygnus.com)
* gprof.c (funcsymbol): Invert test for aflag.

View File

@ -46,7 +46,7 @@ CFLAGS=
all: diststuff $(PROG)
.PHONY: check info install-info
.PHONY: check installcheck info install-info
.SUFFIXES: .m
.m.c:
@ -69,6 +69,7 @@ info: gprof.info
dvi: gprof.dvi
check:
installcheck:
install-info: info
-parent=`echo $(infodir)|sed -e 's@/[^/]*$$@@'`; \