While looking at the check-* targets, I noticed check-consistency.
Further investigation revealed that it is completely unused.  It was
introduced in 2001 as poart of the consistency.vlad testsuite (i960-only,
it seems)

2001-02-12  Geoffrey Keating  <geo...@redhat.com>
[...]
        * Makefile.in (check-consistency): New target.

which was removed in 2006 already:

2006-01-16  Ian Lance Taylor  <i...@airs.com>

        * consistency.vlad: Remove entire directory, 1652 files.

I've thus removed the target, installed as obvious.

        Rainer


2011-03-18  Rainer Orth  <r...@cebitec.uni-bielefeld.de>

        * Makefile.in (check-consistency): Remove.

Index: gcc/Makefile.in
===================================================================
--- gcc/Makefile.in     (revision 171152)
+++ gcc/Makefile.in     (working copy)
@@ -5036,16 +5036,6 @@
        fi ; \
        $(RUNTEST) --tool $(check_p_tool) $(RUNTESTFLAGS) $$runtestflags)
 
-check-consistency: testsuite/site.exp
-       -rootme=`${PWD_COMMAND}`; export rootme; \
-       srcdir=`cd ${srcdir}; ${PWD_COMMAND}` ; export srcdir ; \
-       cd testsuite; \
-       EXPECT=${EXPECT} ; export EXPECT ; \
-       if [ -f $${rootme}/../expect/expect ] ; then  \
-          TCL_LIBRARY=`cd .. ; cd $${srcdir}/../tcl/library ; ${PWD_COMMAND}` 
; \
-          export TCL_LIBRARY ; fi ; \
-       $(RUNTEST) --tool consistency $(RUNTESTFLAGS)
-
 # QMTest targets
 
 # The path to qmtest.


-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to