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

use CURDIR instead of PWD in Makefile #170

Merged
merged 1 commit into from
Jul 23, 2018
Merged

use CURDIR instead of PWD in Makefile #170

merged 1 commit into from
Jul 23, 2018

Conversation

thkoch2001
Copy link
Contributor

During debian package build, the Makefile is called by debian/rules, which is also a Makefile. PWD is not propaged in recursive Makefile invocation, but CURDIR is:
https://www.gnu.org/software/make/manual/html_node/Recursion.html
found via: https://sourceforge.net/p/ipt-netflow/bugs-requests-patches/53/

During debian package build, the Makefile is called by debian/rules, which is also a Makefile. PWD is not propaged in recursive Makefile invocation, but CURDIR is:
https://www.gnu.org/software/make/manual/html_node/Recursion.html
found via: https://sourceforge.net/p/ipt-netflow/bugs-requests-patches/53/
@xuhdev xuhdev added the bug label Jul 22, 2018
Copy link
Member

@xuhdev xuhdev left a comment

Choose a reason for hiding this comment

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

I agree with this change, but someone needs to run tests...

@10sr
Copy link
Member

10sr commented Jul 23, 2018

I tested it locally and it passed 🙌
Is there anything else you are worried about? @xuhdev

@xuhdev
Copy link
Member

xuhdev commented Jul 23, 2018

Perfect, I'll merge it.

@xuhdev xuhdev merged commit a477687 into editorconfig:master Jul 23, 2018
@10sr
Copy link
Member

10sr commented Aug 23, 2018

Sorry for taking a little time but I've just release v0.7.13 that includes this change. Thanks!
https://github.com/editorconfig/editorconfig-emacs/releases/tag/v0.7.13

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

Successfully merging this pull request may close these issues.

None yet

3 participants