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

DIST_DIR is created on every make invocation #334

Open
rossburton opened this issue Dec 3, 2021 · 1 comment
Open

DIST_DIR is created on every make invocation #334

rossburton opened this issue Dec 3, 2021 · 1 comment
Assignees

Comments

@rossburton
Copy link
Contributor

The top-levelMakefile creates a temporary directory every time it runs:

https://github.com/nigels-com/glew/blob/master/Makefile#L59

The creation of the directory should happen when needed, not every time the makefile is evaluated.

@nigels-com
Copy link
Owner

Yeah, that doesn't seem ideal.

@nigels-com nigels-com self-assigned this Dec 21, 2021
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

2 participants