-
Notifications
You must be signed in to change notification settings - Fork 101
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
Should we eliminate make.inc.example? #9
Comments
You've got my vote. |
Out of sync is not big of deal in the devel branch. We only need to make sure it is synced when we make a release. |
Syncing is easy in principle, just do a build to test something and then copy the make inc over. However, it is a step that we're always likely to forget to do :( Do we want to make a 'release checklist' that we go through prior to a release? |
I have a release checklist that I'll update. Maybe I should post it to the wiki (on github)? |
It can also be kept under revision control :) |
I have decided to make a unilateral decision and remove make.in.example from the library. With the increasing number of compilation options which have dependencies, e.g., I've just added QIO support which requires QMP, I think maintaining make.inc.example and make.inc is both a waste of resources, and can lead to compilation errors. |
Hotfix/verbosity
There seems to be increasing danger of make.in and make.inc.example getting out of sync. If there's consensus, I'd be in favor of going over completely to Balint's autoconf approach.
The text was updated successfully, but these errors were encountered: