Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: require that .SUFFIXES is explicitly declared #41

Open
PhilipRoman opened this issue May 28, 2020 · 0 comments
Open

Feature request: require that .SUFFIXES is explicitly declared #41

PhilipRoman opened this issue May 28, 2020 · 0 comments

Comments

@PhilipRoman
Copy link

There is an old way of declaring implicit rules for make, called "suffix rules". See https://www.gnu.org/software/make/manual/html_node/Suffix-Rules.html for documentation. Most of the time the default rules are unnecessary and can cause unexpected results when accidentally invoked.

Checkmake should have a rule that ensures that a target .SUFFIXES is explicitly declared.

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

No branches or pull requests

1 participant