From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2738 invoked by alias); 28 Jul 2010 18:31:18 -0000 Received: (qmail 2721 invoked by uid 22791); 28 Jul 2010 18:31:17 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Jul 2010 18:31:11 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6SIV9V6010304 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 28 Jul 2010 14:31:10 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6SIV9E7021441; Wed, 28 Jul 2010 14:31:09 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o6SIV8JB004064; Wed, 28 Jul 2010 14:31:08 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 0005C3792BB; Wed, 28 Jul 2010 12:31:07 -0600 (MDT) From: Tom Tromey To: gdb-patches@sourceware.org Subject: FYI: fix "make TAGS" Date: Wed, 28 Jul 2010 18:31:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00509.txt.bz2 I am checking this in on the trunk and the 7.2 branch. "make TAGS" was failing because the Makefile mentioned a file that does not exist. Tom 2010-07-28 Tom Tromey * Makefile.in (HFILES_NO_SRCDIR): Remove link-warning.h. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.1127 diff -u -r1.1127 Makefile.in --- Makefile.in 28 Jun 2010 21:16:02 -0000 1.1127 +++ Makefile.in 28 Jul 2010 18:28:38 -0000 @@ -737,7 +737,7 @@ c-lang.h d-lang.h frame.h event-loop.h block.h cli/cli-setshow.h \ cli/cli-decode.h cli/cli-cmds.h cli/cli-dump.h \ cli/cli-script.h macrotab.h symtab.h version.h gnulib/wchar.in.h \ -gnulib/string.in.h gnulib/str-two-way.h gnulib/extra/link-warning.h \ +gnulib/string.in.h gnulib/str-two-way.h \ gnulib/stdint.in.h remote.h gdb.h sparc-nat.h gdbserver/win32-low.h \ gdbserver/i387-fp.h gdbserver/server.h gdbserver/terminal.h \ gdbserver/mem-break.h gdbserver/wincecompat.h gdbserver/target.h \