From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14033 invoked by alias); 16 Nov 2010 05:11:41 -0000 Received: (qmail 14017 invoked by uid 22791); 16 Nov 2010 05:11:40 -0000 X-SWARE-Spam-Status: No, hits=-6.2 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; Tue, 16 Nov 2010 05:11:36 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAG5BYqe019415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Nov 2010 00:11:34 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oAG5BUpl027003 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 16 Nov 2010 00:11:33 -0500 Received: from host0.dyn.jankratochvil.net (localhost.localdomain [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id oAG5BSMC030994 for ; Tue, 16 Nov 2010 06:11:28 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id oAG5BQS9030991 for gdb-patches@sourceware.org; Tue, 16 Nov 2010 06:11:26 +0100 Date: Tue, 16 Nov 2010 05:11:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [rfa] git repo fixup: delete gdb/testsuite/gdb.gdbtk Message-ID: <20101116051126.GA29074@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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-11/txt/msg00196.txt.bz2 Hi, currently `make clean': make[5]: Entering directory `.../gdb/testsuite/gdb.gdbtk' make[5]: *** No rule to make target `clean'. Stop. make[5]: Leaving directory `.../gdb/testsuite/gdb.gdbtk' make[4]: *** [clean] Error 2 therefore I would like to delete: gdb/testsuite/gdb.gdbtk gdb/testsuite/gdb.gdbtk/ChangeLog gdb/testsuite/gdb.gdbtk/browser.exp gdb/testsuite/gdb.gdbtk/c_variable.exp gdb/testsuite/gdb.gdbtk/console.exp gdb/testsuite/gdb.gdbtk/cpp_variable.exp gdb/testsuite/gdb.gdbtk/srcwin.exp gdb/testsuite/gdb.gdbtk/windows.exp so that `make clean' succeeds like in the CVS checkout. IIRC I/everyone have to rights to push it for "master". Are there any issues? Thanks, Jan