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.
This commit is contained in:
Tom Tromey 2020-02-21 18:27:31 -07:00
parent 5522c15d39
commit dda42c0b7b
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -455,7 +455,7 @@ TAGS: ${TAGFILES}
${TAGFILES}
tags: TAGS
clean:
mostlyclean clean:
rm -f *.o ${ADD_FILES} *~
rm -f gdbserver$(EXEEXT) gdbreplay$(EXEEXT) core make.log
rm -f $(IPA_LIB)