aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/Makefile.in
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-03-24 22:45:00 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-03-24 22:45:00 +0000
commit21ce979a5a84d3220e3167e77c9c14cc5f22ec53 (patch)
treee7a3c9e94b4c4dd1a2a615ebe88472017b08759c /gdb/testsuite/Makefile.in
parent6a962504cba2848d07d78103d396a65baff3d0a3 (diff)
downloadgdb-21ce979a5a84d3220e3167e77c9c14cc5f22ec53.zip
gdb-21ce979a5a84d3220e3167e77c9c14cc5f22ec53.tar.gz
gdb-21ce979a5a84d3220e3167e77c9c14cc5f22ec53.tar.bz2
add dvi, fix info & install-info (no recursion)
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r--gdb/testsuite/Makefile.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index 0853823..d5a6980 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -116,13 +116,8 @@ all: subdirs
.NOEXPORT:
INFODIRS=doc
info:
- @rootme=`pwd`/ ; export rootme ; \
- rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
- $(MAKE) subdir_do DO=info "DODIRS=$(INFODIRS)" $(FLAGS_TO_PASS)
-
install-info:
- @rootme=`pwd`/ ; export rootme ; \
- $(MAKE) subdir_do DO=install-info "DODIRS=$(INFODIRS)" $(FLAGS_TO_PASS)
+dvi:
install:
-parent=`echo $(datadir)|sed -e 's@/[^/]*$$@@'`; \
@@ -169,6 +164,7 @@ site.exp: ./config.status
-e '1,/^## All variables above are.*##/ d' >> site.exp
@rm -f ./tmp1 ./tmp0
+installcheck:
check: all site.exp
$(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB)