* [RFA] gdbserver/Makefile.in cleanup
@ 2008-11-24 23:08 Doug Evans
2008-11-25 1:12 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Doug Evans @ 2008-11-24 23:08 UTC (permalink / raw)
To: gdb-patches
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 <dje@google.com>
* 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 \
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RFA] gdbserver/Makefile.in cleanup
2008-11-24 23:08 [RFA] gdbserver/Makefile.in cleanup Doug Evans
@ 2008-11-25 1:12 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2008-11-25 1:12 UTC (permalink / raw)
To: Doug Evans; +Cc: gdb-patches
On Mon, Nov 24, 2008 at 12:02:06PM -0800, Doug Evans wrote:
> 2008-11-24 Doug Evans <dje@google.com>
>
> * Makefile.in (VERSION,DIST,LINT,LINTFLAGS): Delete, unused.
OK.
--
Daniel Jacobowitz
CodeSourcery
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-24 20:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-24 23:08 [RFA] gdbserver/Makefile.in cleanup Doug Evans
2008-11-25 1:12 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox