This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] gdbserver 2/3 - platform config


> -GDBSERVER_LIBS= -lbsd
> -GDBSERVER_DEPFILES= low-lynx.o
> +# OBSOLETE
> +## GDBSERVER_LIBS= -lbsd
> +## GDBSERVER_DEPFILES= low-lynx.o

Use something like:

# OBSOLETE GDBSERVER_...

so that `grep ... | grep -v OBSOLETE` doesn't even show the line.

Otherwize ok.

The targets that were broken should be listed in the NEWS file.


Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]