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:
parent
5522c15d39
commit
dda42c0b7b
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user