Open Freso opened 10 years ago
a patch was merged to change from AS_PYTHON to AM_PYTHON which likely affected this. Looking at its code, it indeed expects PYTHON to be set to a full path.
I'd say that specifying it relatively before was an unintended side effect, so I suggest we close this?
Using
PYTHON=python2
for the make process of morituri, this error is encountered:It used to work fine, but OTOH, specifying the full path (e.g.,
PYTHON=/usr/bin/python2
) seems to work, so not sure if it is worth spending energy on.