Re: [PATCH 1/2] gdb: remove redundant rm in local-maintainer-clean
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On 2026-08-20 17:07, Kevin Buettner wrote: > On Thu, 20 Aug 2026 14:20:23 -0400 > Simon Marchi <[email protected]> wrote: > >> The local-maintainer-clean target removes a hardcoded list of >> parser-generator output files, and then removes $(YYFILES) two lines >> below. $(YYFILES) contains the same list of files, so the first rm is >> redundant. Remove it. > > LGTM. > > Approved-By: Kevin Buettner <[email protected]> > Thanks, pushed both. Simon