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

Don't call pre-build functions unless building #387

Merged

Conversation

hartzell
Copy link
Contributor

Don't call the things on the straight-use-package-pre-build-functions hook unless we're actually going to do a build.

I use the pre-build-functions hook to call autoconf/configure/make for the vm package before the build happens and w/out this change it was happening on every startup. With this change it only happens when necessary.

Closes #386

Don't call the things on the `straight-use-package-pre-build-functions`
hook unless we're actually going to do a build.

I use the pre-build-functions hook to call `autoconf/configure/make`
for the vm package before the build happens and w/out this change it
was happening on every startup.  With this change it only happens when
necessary.
@raxod502 raxod502 merged commit a1cf187 into radian-software:develop Jun 15, 2019
@raxod502
Copy link
Member

Looks great, thanks for the help.

@hartzell
Copy link
Contributor Author

You're welcome. Thanks for the mentoring!

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

Successfully merging this pull request may close these issues.

What to do with package that requires autotools and configure and make to build...
2 participants