Skip to content

Modified Arch Linux PKGBUILD to remove unnecessary output #68

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

Merged
merged 1 commit into from
Oct 16, 2021
Merged

Modified Arch Linux PKGBUILD to remove unnecessary output #68

merged 1 commit into from
Oct 16, 2021

Conversation

hermlon
Copy link
Contributor

@hermlon hermlon commented Oct 16, 2021

As mentioned in #6 the call to make clean-version get-version creates a lot of additional output apart from the version. The first line with the call to clean-version version/version.json makes sure the version/version.json target is already built so it doesn't create additional output in the make get-version call. I'm sure this could be solved more elegantly in the Makefile but I was unsure about other build commands which might be dependent on that exact behavior so I just created this workaround in the PKGBUILD. This is my first time working with PKGBUILD and Makefiles so please correct me, if there is a more suitable way to solve this.

@rojer rojer merged commit e5a21ca into mongoose-os:master Oct 16, 2021
@rojer
Copy link
Contributor

rojer commented Oct 16, 2021

thanks!

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.

2 participants