From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19653 invoked by alias); 24 Nov 2008 20:03:04 -0000 Received: (qmail 19582 invoked by uid 22791); 24 Nov 2008 20:03:04 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Nov 2008 20:02:17 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id mAOK27tx002958 for ; Mon, 24 Nov 2008 12:02:07 -0800 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by wpaz1.hot.corp.google.com with ESMTP id mAOK266B008730 for ; Mon, 24 Nov 2008 12:02:06 -0800 Received: by localhost (Postfix, from userid 67641) id 111311C79A2; Mon, 24 Nov 2008 12:02:06 -0800 (PST) To: gdb-patches@sourceware.org Subject: [RFA] gdbserver/Makefile.in cleanup Message-Id: <20081124200206.111311C79A2@localhost> Date: Mon, 24 Nov 2008 23:08:00 -0000 From: dje@google.com (Doug Evans) 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: 2008-11/txt/msg00661.txt.bz2 Ok to check in? I could instead just delete VERSION,DIST. For LINT,LINTFLAGS perhaps the thing to do is add a lint rule akin to gdb/Makefile.in, except I wonder how often it gets used and gcc is much better at warnings these days. 2008-11-24 Doug Evans * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/gdbserver/Makefile.in,v retrieving revision 1.66 diff -u -p -r1.66 Makefile.in --- Makefile.in 18 Nov 2008 21:48:48 -0000 1.66 +++ Makefile.in 24 Nov 2008 19:57:28 -0000 @@ -96,13 +96,6 @@ INTERNAL_CFLAGS = $(WARN_CFLAGS) ${CFLA LDFLAGS = @LDFLAGS@ INTERNAL_LDFLAGS = $(LDFLAGS) @RDYNAMIC@ -# Perhaps should come from parent Makefile -VERSION = gdbserver-4.12.3 -DIST=gdb - -LINT=/usr/5bin/lint -LINTFLAGS= - # All source files that go into linking GDB remote server. SFILES= $(srcdir)/gdbreplay.c $(srcdir)/inferiors.c \