This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/3] binutils: doc: make `make clean` clean more things


On 2019-09-16 10:58 p.m., Simon Marchi wrote:
> diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in
> index 59e9f79c7cc7..8446a118b4fe 100644
> --- a/binutils/doc/Makefile.in
> +++ b/binutils/doc/Makefile.in
> @@ -427,8 +427,7 @@ AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
>  TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \
>  		    -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc
>  
> -MOSTLYCLEANFILES = $(DEMANGLER_NAME).1
> -MAINTAINERCLEANFILES = binutils.info
> +MOSTLYCLEANFILES = $(man_MANS).1 binutils.info cxxfilt.man

Woops, there's a spurios `.1` in there, and that prevents `c++filt.1` from getting
cleaned.  Please consider that fixed in my patch.

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]