From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23234 invoked by alias); 26 Oct 2006 15:30:19 -0000 Received: (qmail 23225 invoked by uid 22791); 26 Oct 2006 15:30:18 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-vbr10.xs4all.nl (HELO smtp-vbr10.xs4all.nl) (194.109.24.30) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 26 Oct 2006 15:30:08 +0000 Received: from exchange-server.ellips.nl (mail.ellips.nl [213.84.68.77]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with SMTP id k9QFTuPU004518; Thu, 26 Oct 2006 17:29:56 +0200 (CEST) (envelope-from hans@ellips.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Local Variables and MIPS Date: Thu, 26 Oct 2006 15:30:00 -0000 Message-ID: <08A802C0E8ACEC42A1269FC551961FD901A6EE@exchange-server.ellips.nl> In-Reply-To: <45379D1B.4080005@redhat.com> From: "Hans Kester" To: "Keith Seitz" Cc: Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00017.txt.bz2 The testsuite shows this: $ make RUNTESTFLAGS=3D"mi-var-block.exp mi-var-display.exp mi-var-child.exp mi-var-cmd.exp" check make[1]: Entering directory `/gcc/build-insight-mips' make[2]: Entering directory `/gcc/build-insight-mips/bfd' Making check in doc make[3]: Entering directory `/gcc/build-insight-mips/bfd/doc' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/gcc/build-insight-mips/bfd/doc' Making check in po make[3]: Entering directory `/gcc/build-insight-mips/bfd/po' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/gcc/build-insight-mips/bfd/po' make[3]: Entering directory `/gcc/build-insight-mips/bfd' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/gcc/build-insight-mips/bfd' make[2]: Leaving directory `/gcc/build-insight-mips/bfd' make[2]: Entering directory `/gcc/build-insight-mips/opcodes' Making check in po make[3]: Entering directory `/gcc/build-insight-mips/opcodes/po' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/gcc/build-insight-mips/opcodes/po' make[3]: Entering directory `/gcc/build-insight-mips/opcodes' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/gcc/build-insight-mips/opcodes' make[2]: Leaving directory `/gcc/build-insight-mips/opcodes' make[2]: Entering directory `/gcc/build-insight-mips/etc' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/gcc/build-insight-mips/etc' make[2]: Entering directory `/gcc/build-insight-mips/tcl' cd win && make tcltest make[3]: Entering directory `/gcc/build-insight-mips/tcl/win' make[3]: Nothing to be done for `tcltest'. make[3]: Leaving directory `/gcc/build-insight-mips/tcl/win' rootme=3D`pwd`; export rootme; \ srcdir=3D../../insight-6.5/tcl; export srcdir ; \ EXPECT=3Dexpect ; export EXPECT ; \ if [ -f ${rootme}/../expect/expect ] ; then \ TCL_LIBRARY=3D`cd ${srcdir}/library && pwd` ; \ export TCL_LIBRARY ; fi ; \ runtest mi-var-block.exp mi-var-display.exp mi-var-child.exp mi-var-cmd.exp --to ol tcl --srcdir ../../insight-6.5/tcl/testsuite WARNING: Couldn't find the global config file. WARNING: Couldn't find tool init file Test Run By Hans on Thu Oct 26 17:25:20 2006 Native configuration is i686-pc-cygwin =3D=3D=3D tcl tests =3D=3D=3D Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for targe t. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using ../../insight-6.5/tcl/testsuite/config/default.exp as tool-and-target-spec ific interface file. =3D=3D=3D tcl Summary =3D=3D=3D Tcl library is version make[2]: Leaving directory `/gcc/build-insight-mips/tcl' make[2]: Entering directory `/gcc/build-insight-mips/itcl' for dir in itcl itk iwidgets ; do \ if test -d $dir ; then \ echo "$dir: make check" ;\ if (cd $dir; make check) ; then true ; else exit 1 ; fi ; \ else \ exit 1; \ fi \ done; itcl: make check make[3]: Entering directory `/gcc/build-insight-mips/itcl/itcl' make[3]: *** No rule to make target `check'. Stop. make[3]: Leaving directory `/gcc/build-insight-mips/itcl/itcl' make[2]: *** [check] Error 1 make[2]: Leaving directory `/gcc/build-insight-mips/itcl' make[1]: *** [check-itcl] Error 2 make[1]: Leaving directory `/gcc/build-insight-mips' make: *** [do-check] Error 2