Landing: 26a3d80837a9
Project / Subsystem
gcc / gcc
Date
2026-05-01
Author
Sam James
Commit
26a3d80837a91a717cd4f69f279e29bcaac343a9
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc
- patch_id
- —
- commit_hash
- 26a3d80837a91a717cd4f69f279e29bcaac343a9
- source_type
- github
- headline
- Fix typo in gcov-tool Makefile
- tldr
- Corrects a typo in the gcov-tool Makefile that prevented the correct removal of executable extensions.
- author
- Sam James
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • build
- • gcov
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-01T00:00:00.000Z
A typo in the gcov-tool Makefile prevented the correct removal of executable extensions during the clean process. This commit fixes the typo, ensuring that the MOSTLYCLEANFILES variable correctly expands and removes the intended files. This ensures a clean build environment.