This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[build] Remove unused check-consistency target in gcc/Makefile.in


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  <geoffk@redhat.com>
[...]
        * Makefile.in (check-consistency): New target.

which was removed in 2006 already:

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

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

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

	Rainer


2011-03-18  Rainer Orth  <ro@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]