From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Jaeger To: Syd Polk Cc: insight@sourceware.cygnus.com Subject: Re: make check in itcl Date: Mon, 01 May 2000 09:27:00 -0000 Message-id: References: <390DABB6.403CE5A0@cygnus.com> X-SW-Source: 2000-q2/msg00157.html >>>>> Syd Polk writes: Syd> Actually, "make check" is supposed to run tests. "make test" should be a valid Syd> target for itcl. Shouldn't this map "make check" to "make test"? Yes, it should. I didn't notice that make test was valid :-(. Shall I send a new patch to add "check" to the test target? Andreas Syd> Andreas Jaeger wrote: >> >> Running make check with the whole sourceware tree checked out results >> in: >> >> make[1]: Leaving directory `/usr/src/build-gdb/intl' >> make[1]: Entering directory `/usr/src/build-gdb/itcl' >> make[1]: *** No rule to make target `check'. >> >> We should ignore check in itcl. Please apply the appended patch. >> >> Andreas >> >> 2000-04-29 Andreas Jaeger >> >> * Makefile.in (check): Add rule to ignore make check. >> >> Index: itcl/Makefile.in >> =================================================================== >> RCS file: /cvs/src/src/itcl/Makefile.in,v >> retrieving revision 1.1.1.1 >> diff -u -r1.1.1.1 Makefile.in >> --- Makefile.in 2000/02/07 00:19:46 1.1.1.1 >> +++ Makefile.in 2000/04/29 14:20:10 >> @@ -70,7 +70,7 @@ >> then true; else exit 1; fi \ >> done; >> >> -install-info info install-check: >> +install-info info install-check check: >> >> clean: >> for dir in $(subdirs) ; do \ >> >> -- >> Andreas Jaeger >> SuSE Labs aj@suse.de >> private aj@arthur.rhein-neckar.de -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.rhein-neckar.de