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

Do trial generation of Makefile.tcl and do not clear if Makefile.tcl was unchanged. #35

Open
ethouris opened this issue Nov 6, 2024 · 0 comments

Comments

@ethouris
Copy link
Owner

ethouris commented Nov 6, 2024

The generation of Makefile.tcl is explicit and it overwrites the existing Makefile.tcl.

When Makefile.tcl regeneration is detected, the building process does 'clean' automatically. Sometimes, however, the only change done in Silverball file was some comment or cosmetics, which did not influence on the form of Makefile.tcl at all.

It's needed to make a generation of Makefile to a temporary file, and then rename it to the target name, when it's different than the previous form. This way the makefile generation will not be detected, if it was unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant