]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/ChangeLog
Add a mostlyclean target to gdbserver
authorTom Tromey <tom@tromey.com>
Sat, 22 Feb 2020 01:27:31 +0000 (18:27 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 22 Feb 2020 01:30:10 +0000 (18:30 -0700)
commitdda42c0b7baba24d182a408574650ff162f44ec3
tree58deb51098231b99ae23da8348620efd07a48cde
parent5522c15d39bee8b4dcc5ba9350d88d256a14d69a
Add a mostlyclean target to gdbserver

I noticed gdbserver's Makefile doesn't have a mostlyclean target.  I
use this sometimes, so this patch adds it.  Adding it as a synonym of
"clean" seemed to make sense, given the contents of that rule.

gdbserver/ChangeLog
2020-02-21  Tom Tromey  <tom@tromey.com>

* Makefile.in (mostlyclean): New target.
gdbserver/ChangeLog
gdbserver/Makefile.in