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

Remove tar-ball dependency on elc files #442

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

matsl
Copy link
Collaborator

@matsl matsl commented Jan 14, 2024

What

Remove tar-ball dependency on elc files. The el-files are now compiled under pkg_hyperbole as part of the tar-ball creation.

Why

There was a dependency that caused the elc-file to be required before the pkg_hyperbole build step. That caused make to compile them to early. This PR removes that dependency and builds the elc-files as part of creating the tar-ball in the pkg_hyperbole folder.

The el-files are now compiled under pkg_hyperbole as part of the
tar-ball creation.
@matsl matsl requested a review from rswgnu January 14, 2024 23:16
@matsl matsl requested a review from rswgnu January 15, 2024 07:31
@matsl
Copy link
Collaborator Author

matsl commented Jan 15, 2024

Removed the byte compilation step so that elc will not be part of the tar-ball.

@matsl matsl merged commit 3206c44 into rsw Jan 15, 2024
@matsl matsl deleted the matsl-rsw-do-not-byte-compile-before-extracting-to-tmp branch January 15, 2024 16:27
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

Successfully merging this pull request may close these issues.

None yet

2 participants