diff options
author | Tom Tromey <tom@tromey.com> | 2020-02-21 18:27:31 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-02-21 18:30:10 -0700 |
commit | dda42c0b7baba24d182a408574650ff162f44ec3 (patch) | |
tree | 58deb51098231b99ae23da8348620efd07a48cde /gdbserver/ChangeLog | |
parent | 5522c15d39bee8b4dcc5ba9350d88d256a14d69a (diff) | |
download | gdb-dda42c0b7baba24d182a408574650ff162f44ec3.zip gdb-dda42c0b7baba24d182a408574650ff162f44ec3.tar.gz gdb-dda42c0b7baba24d182a408574650ff162f44ec3.tar.bz2 |
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.
Diffstat (limited to 'gdbserver/ChangeLog')
-rw-r--r-- | gdbserver/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog index be39358..dc8964b 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2020-02-21 Tom Tromey <tom@tromey.com> + + * Makefile.in (mostlyclean): New target. + 2020-02-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * target.h (struct process_stratum_target): Remove. |