Skip to content

Fix Makefile error messages for missing ssl and invalid config - #51

Merged
SeanTAllen merged 1 commit into
mainfrom
fix-makefile-error-messages
Feb 8, 2026
Merged

Fix Makefile error messages for missing ssl and invalid config#51
SeanTAllen merged 1 commit into
mainfrom
fix-makefile-error-messages

Conversation

@SeanTAllen

Copy link
Copy Markdown
Member

Summary

  • Tab-indented $(error) calls inside conditional blocks were interpreted by Make as recipe lines, producing recipe commences before first target instead of the intended error messages
  • Replaced tabs with spaces for conditional block indentation in both the config validation (line 16) and ssl validation (line 34) blocks

Closes #48

Tab-indented $(error) calls inside conditional blocks were
interpreted by Make as recipe lines rather than directives,
producing "recipe commences before first target" instead of the
intended error messages. Replace tabs with spaces for the
conditional block indentation.

Closes #48
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Feb 8, 2026
@SeanTAllen
SeanTAllen merged commit e761a54 into main Feb 8, 2026
10 checks passed
@SeanTAllen
SeanTAllen deleted the fix-makefile-error-messages branch February 8, 2026 01:24
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug in makefile

2 participants