public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] libcody: add mostlyclean Makefile target
@ 2021-10-25 14:34 Martin Liška
  2021-10-25 16:10 ` Eric Gallager
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Liška @ 2021-10-25 14:34 UTC (permalink / raw)
  To: gcc-patches

Hello.

The patch adds missing Makefile mostlyclean.

Ready to be installed?
Thanks,
Martin

	PR other/102657

libcody/ChangeLog:

	* Makefile.in: Add mostlyclean Makefile target.
---
  libcody/Makefile.in | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libcody/Makefile.in b/libcody/Makefile.in
index b8b45a2e310..d8f1e8216d4 100644
--- a/libcody/Makefile.in
+++ b/libcody/Makefile.in
@@ -111,7 +111,7 @@ maintainer-clean:: distclean
  clean::
  	rm -f $(shell find $(srcdir) -name '*~')
  
-.PHONY: all check clean distclean maintainer-clean
+.PHONY: all check clean distclean maintainer-clean mostlyclean
  
  CXXFLAGS/ := -I$(srcdir)
  LIBCODY.O := buffer.o client.o fatal.o netclient.o netserver.o \
@@ -127,6 +127,8 @@ clean::
  	rm -f $(LIBCODY.O) $(LIBCODY.O:.o=.d)
  	rm -f libcody.a
  
+mostlyclean: clean
+
  CXXFLAGS/fatal.cc = -DSRCDIR='"$(srcdir)"'
  
  fatal.o: Makefile revision
-- 
2.33.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-28 14:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 14:34 [PATCH] libcody: add mostlyclean Makefile target Martin Liška
2021-10-25 16:10 ` Eric Gallager
2021-10-26  9:47   ` Martin Liška
2021-10-27 19:34     ` Eric Gallager
2021-10-28 14:56     ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).