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]

Re: fixinc "make check" now uses directory tree



Needs a Makefile change,too:

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/fixinc/Makefile.in,v
retrieving revision 1.22
diff -u -r1.22 Makefile.in
--- Makefile.in 2000/05/11 14:03:04     1.22
+++ Makefile.in 2000/05/31 14:58:49
@@ -117,9 +117,5 @@

 check : fixincl
        autogen -T $(srcdir)/check.tpl $(srcdir)/inclhack.def
-       $(SHELL) ./check.sh
-       @echo ; echo "diff of diffs:"
-       @if diff testdir/NEWDIFF $(srcdir)/check.diff ; \
-       then rm -rf ./testdir ./check.sh ; \
-       else echo ; echo "Results do not match expectations" ; echo ; \
-       exit 1 ; fi
+       $(SHELL) ./check.sh $(srcdir)/tests/base
+       @rm -f ./check.sh

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