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.in modifications to keep the directory output consistent (cd <dir> ; make <target>) => $(MAKE) -C <dir> <target> #23

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

ElderDelp
Copy link

@ElderDelp ElderDelp commented May 30, 2024

…to $(MAKE) -C

I used an elisp set of functions to update the Makefile.in's with this change. I have run the make reconfig, make all, make packages, make devclean, and I think that it is working. watches the continued likes and shell variables.

I posted the elisp in gist https://gist.github.com/ElderDelp/ce175e8e07cf95b92e36ea3e3614604e

…to $(MAKE) -C <dir> <target>

It watches the continued likes and shell variables.
Copy link
Owner

@wrcad wrcad left a comment

Choose a reason for hiding this comment

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

Yes, global change from explicit "cd" to "make -C" is a good idea, thanks for the help with this.

@wrcad wrcad merged commit dd7d70a into wrcad:devel Jun 13, 2024
@ElderDelp ElderDelp deleted the elderdelp-makefiles branch June 13, 2024 18:52
@ElderDelp
Copy link
Author

Thanks, Steve!

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