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 filter for logical OR in Makefile #3977

Closed
wants to merge 1 commit into from

Conversation

davidgaspardev
Copy link
Contributor

Can use filter function to simulate a logical OR with ifneq.

See here: https://lists.gnu.org/archive/html/make-w32/2004-03/msg00062.html

@dfunckt
Copy link
Member

dfunckt commented Jul 12, 2023

Hi @davidgaspardev, thanks a lot for the PR. Do you mind amending the commit message like so?

refactor: use filter for logical OR in Makefile

Can use filter function to simulate a logical OR with ifneq.

Change-type: patch

@dfunckt
Copy link
Member

dfunckt commented Jul 12, 2023

BTW, I rebased your branch over master for you, make sure to pull first.

@davidgaspardev
Copy link
Contributor Author

@dfunckt, I apologize for the confusion, but it appears that there is still an issue with the workflow. Could you please elaborate on your previous instructions, or perhaps provide some additional guidance to help resolve this problem? Thanks!

@aethernet
Copy link
Contributor

@davidgaspardev

You need in one of your commit ending with a line with Change-type: patch

Another (maybe easier) solution is to prefix the title of one of your commit with patch: (i.e. patch: refactor: use filter for logical OR in Makefile

Can use filter function to simulate a logical OR with ifneq.

Change-type: patch
@dfunckt
Copy link
Member

dfunckt commented Dec 22, 2023

Superseded by #4132

@dfunckt dfunckt closed this Dec 22, 2023
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