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 Makefile instead of make_* scripts #219

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Use Makefile instead of make_* scripts #219

merged 1 commit into from
Dec 1, 2023

Conversation

timonegk
Copy link
Member

Summary

Currently, scripts that call new scripts are used for dependencies in our make ... commands, but this is already supported by Makefile. This PR removes these scripts.

@timonegk timonegk requested a review from jaagut November 29, 2023 11:01
Copy link
Member

@jaagut jaagut left a comment

Choose a reason for hiding this comment

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

And the master command tries to switch to the branches defined in submodule or master?

@timonegk
Copy link
Member Author

Exactly, it is the same command that is also part of pull_init. It switches to the branch specified as the default branch in the gitmodules file or to master if no branch is given.

@Flova Flova merged commit 43c6190 into master Dec 1, 2023
@Flova Flova deleted the fix/makefile branch December 1, 2023 22:08
Flova added a commit that referenced this pull request Jan 23, 2024
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.

None yet

3 participants