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

Improve rules and instructions for macOS #284

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

raimue
Copy link

@raimue raimue commented Aug 3, 2017

These commits convert and replace the GNU sed commands in Makefile to a portable syntax, which will remove the requirement to modify PATH on macOS. Add instructions which ports need to be installed when using MacPorts instead of Homebrew.

These regular expressions do not make use of extended syntax,
therefore the flag -r (GNU sed specific) is not actually needed.

The escape sequence '\r' for carriage-return is not portable across
sed(1) implementations, use tr(1) instead to achieve the same.
There is no need to have GNU sed on PATH anymore after making the
invocations in Makefile portable.
@AdySan
Copy link

AdySan commented Feb 18, 2018

Still running Sierra here, needed to checkout this PR to be able to build esp-open-sdk. Thanks!

nathanpc added a commit to innoveworkshop/esp-open-sdk that referenced this pull request Aug 5, 2021
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

2 participants