aboutsummaryrefslogtreecommitdiff
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
parent6a962504cba2848d07d78103d396a65baff3d0a3 (diff)
downloadgdb-21ce979a5a84d3220e3167e77c9c14cc5f22ec53.zip
gdb-21ce979a5a84d3220e3167e77c9c14cc5f22ec53.tar.gz
gdb-21ce979a5a84d3220e3167e77c9c14cc5f22ec53.tar.bz2
add dvi, fix info & install-info (no recursion)
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/Makefile.in8
2 files changed, 7 insertions, 6 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 10a8416..024ca86 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
+
+ * Makefile.in: add null dvi target, don't bother to recurse
+ through test directories for info and install-info.
+
Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
**** start-sanitize-chill ****
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)