This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fixinc "make check" now uses directory tree
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Subject: Re: fixinc "make check" now uses directory tree
- From: Bruce Korb <bkorb at sco dot COM>
- Date: Wed, 31 May 2000 08:01:12 -0700
- Organization: Santa Cruz Operations
- References: <393526A1.1D15DDC5@sco.com>
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