fix: correct common.mk help target listing - #1105
Conversation
877bd1c to
6f78087
Compare
|
Thanks for the review! I’ve rewritten the branch history so this PR now contains only the common.mk help output fix (single commit, single file). The unrelated changes have been moved back to their respective PRs. |
|
Thanks. I checked the failing QA job for this PR. The failing test appears to be unrelated to the Given that, this looks like CI noise / external environment drift rather than a regression introduced by this change. Would it make sense to treat this class of unrelated failures separately so they do not block small, unrelated fixes like this one? |
|
Hi! Just gently following up on this approved PR. As far as I can tell, the remaining blockers are stale/unrelated CI failures rather than feedback on the Could someone please rerun the failed jobs when convenient, or let me know if anything else is needed from my side? |
Co-authored-by: Anna Sancho Vaquer <anna.sanchovaquer@canonical.com> Co-authored-by: Michael DuBelko <michael.dubelko@canonical.com>

Fix common.mk help output by preserving target names when parsing Makefile entries.
Fixes #941.