Replies: 2 comments
-
|
@cod3mas0n I don't even know, maybe there's a bug here. I would be grateful for a PR correction. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you, I will. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm wondering how it is possible to run (or is it running in CI) the
makecommand correctly?In
Makefile colors configin theMakefilewith the existing=(recursive variable expansion, it has to be recursive? ), I get an error, which is :Makefile:24: not recursively expanding blue to export to shell functionTo work around this, the
=is changed to:=, and all is good.Could you help me if I'm wrong, and if it's not, I will make a PR to do the same change.
Example: (is the
.EXPORT_ALL_VARIABLES:cause this ? )Beta Was this translation helpful? Give feedback.
All reactions