From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2395#note_1339406799

Should

```
ifneq (,$(findstring n,$(firstword -$MAKEFLAGS)))
```

actually be

```
ifneq (,$(findstring n,$(firstword -$(MAKEFLAGS))))
```

ie) did you miss the () around the MAKEFLAGS variable?  I'm not familiar
with firstword but it seems like you still need to treat MAKEFLAGS as a
variable.
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to