Re: [PATCH 1/2] gdb: remove redundant rm in local-maintainer-clean
Kevin Buettner <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Organization | Red Hat |
| Message-ID | <20260820140734.394d54c6@f44-mesa-1> |
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]>