/bin/sh: 0: Illegal option -o pipefail /bin/sh: 0: Illegal option -o pipefail /bin/sh: 0: Illegal option -o pipefail make: *** [Makefile:22: help] Error 2
I have build essential and make installed. Its a fresh version of Lunar Lobster. Using Python3 obvio Python 3.11.2 but that clearly is not the problem. The problem is with the make file compatibility. So the problem is with shell/bash scripts in the make file so my version of python is irrelevant.
If I end up fixing it, I will close the issue and make a pull request.