From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6942 invoked by alias); 29 Jun 2005 20:38:24 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6930 invoked by uid 22791); 29 Jun 2005 20:38:21 -0000 Received: from mailhub.air.net.au (HELO mailhub.air.net.au) (203.11.71.23) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 29 Jun 2005 20:38:21 +0000 Received: by mailhub.air.net.au (Postfix, from userid 500) id 16C1D36D88; Thu, 30 Jun 2005 06:38:18 +1000 (EST) Received: by mailhub.air.net.au (tmda-sendmail, from uid 500); Thu, 30 Jun 2005 06:38:17 +1000 (EST) Date: Wed, 29 Jun 2005 20:38:00 -0000 To: gdb-patches@sources.redhat.com Subject: PATCH Makefile.in Message-ID: <20050630063814.A8532@mailhub.air.net.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Nq2Wo0NMKNjxTN9z" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i From: Ben Elliston X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) X-Primary-Address: bje@air.net.au X-SW-Source: 2005-06/txt/msg00383.txt.bz2 --Nq2Wo0NMKNjxTN9z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 1052 There is no longer an in-tree version of DejaGnu in src/dejagnu. This patch just keeps the gdb Makefile up to date. Okay for mainline? 2005-06-30 Ben Elliston * Makefile.in (RUNTEST): Set to runtest. Index: Makefile.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.738 diff -u -p -r1.738 Makefile.in --- Makefile.in 25 Jun 2005 11:54:29 -0000 1.738 +++ Makefile.in 29 Jun 2005 20:36:13 -0000 @@ -389,10 +389,7 @@ LINTFLAGS=3D $(GDB_CFLAGS) $(OPCODES_CFLAG $(BFD_CFLAGS) $(INCLUDE_CFLAGS) \ $(INTL_CFLAGS) =20 -RUNTEST =3D `if [ -f $${rootsrc}/../dejagnu/runtest ] ; then \ - echo $${rootsrc}/../dejagnu/runtest ; else echo runtest; \ - fi` - +RUNTEST =3D runtest RUNTESTFLAGS=3D =20 # This is ser-unix.o for any system which supports a v7/BSD/SYSV/POSIX --Nq2Wo0NMKNjxTN9z Content-Type: application/pgp-signature Content-Disposition: inline Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQFCwwa2bNtDbHIEhSURAjU3AKCZL9JDtYF0aEBhdITW54cDhtgdowCgq5ir NM82wb9EA8vs1uoz+HX9onI= =vuQo -----END PGP SIGNATURE----- --Nq2Wo0NMKNjxTN9z--