add dvi, fix info & install-info (no recursion)
authorDavid D. Zuhn <zoo@cygnus>
Wed, 24 Mar 1993 22:45:00 +0000 (22:45 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Wed, 24 Mar 1993 22:45:00 +0000 (22:45 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index 10a84168d91b9cf810873786f07db777febc1c4c..024ca862a56f30d4af6f7ec2efd27d1588c4ba7e 100644 (file)
@@ -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 ****
index 0853823a6c370119527b756493931235ec785654..d5a6980dee6f4add78c2d54edcd4b7193ad1d78c 100644 (file)
@@ -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)
 
This page took 0.030101 seconds and 4 git commands to generate.