-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
generate a new install.sh when install is triggered.
There was a problem hiding this 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.
Co-authored-by: Guido Günther <[email protected]>
Co-authored-by: Guido Günther <[email protected]>
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
not necessary anymore
Looks good to me! |
generate a new install.sh when make install is triggered.