makefile-awk-help-regex-must-include-digit-character-class
Makefile help text generation using awk to parse targets excluded targets whose names contained digits (test-a11y, k8s-apply, prod-up). The awk regex [a-zA-Z-]+ must be extended to [a-zA-Z0-9-]+ to capture digit-containing target names. Bug is silent — targets simply disappear from make help output with no error.
Related
- makefile-awk-help-regex-excludes-digit-targets
- piped-command-exit-code-masks-primary-script-result
- rdash-env-var-naming-drift-breaks-prod-boot
- pipe-tail-corrupts-exit-code-verification
- subagent-permission-stall-root-cause-and-fix
- makefile-awk-help-extractor-excludes-digit-containing-target
- makefile-awk-help-parser-excludes-digit-targets
- makefile-awk-help-target-regex-excludes-digits
- makefile-awk-help-extractor-excludes-digit-targets