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

build: Use more portable colours #1019

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

theofidry
Copy link
Member

Currently the make command fails because the bin/sh shell used does not handle ANSI escape codes for the colour formatting.

Instead, we use $(shell ...) functions to execute a command that produces the ANSI escape codes.

Currently the make command fails because the `bin/sh` shell used does
not handle ANSI escape codes for the colour formatting.

Instead, we use `$(shell ...)` functions to execute a command that
produces the ANSI escape codes.
@theofidry theofidry enabled auto-merge (squash) October 6, 2023 16:02
@theofidry theofidry merged commit 315a9c1 into box-project:main Oct 6, 2023
54 of 189 checks passed
@theofidry theofidry deleted the build/fix-makefile-colors branch October 6, 2023 16:16
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.

1 participant