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

Makefile install: set install-script as prerequisite #47

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

anoop142
Copy link
Contributor

@anoop142 anoop142 commented Nov 5, 2023

generate a new install.sh when make install is triggered.

generate a new install.sh when install is triggered.
Copy link
Contributor

@agx agx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also #47 which avoids install.sh remaining half broken when we fail a step in between.

Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated
@@ -41,14 +41,16 @@ temp-pc:
${SED} "s#/include/libgovarnam##g" govarnam.pc
${SED} "s#/lib\$$##g" govarnam.pc

install-script:
.PHONY: install-script
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can drop this .PHONY then as it's unused.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

@agx
Copy link
Contributor

agx commented Nov 5, 2023

Looks good to me!

@subins2000 subins2000 merged commit 82fb49f into varnamproject:master Nov 9, 2023
1 check failed
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.

3 participants