KallistiOS / kos-ports

Ported library collection for KallistiOS
Other
55 stars 35 forks source link

Version check does not work properly on FreeBSD #41

Closed darcagn closed 9 months ago

darcagn commented 9 months ago

When running a version check like so from bash shell: $ $KOS_MAKE -C ../micropython version-check

The version check will report back:

gmake: Entering directory '/opt/toolchains/dc/kos-ports/micropython'
/bin/sh: /opt/toolchains/dc/kos/../kos-ports/scripts/vercmp.sh: not found
micropython 1.21.0 installed. Update to 1.21.0.
gmake: Leaving directory '/opt/toolchains/dc/kos-ports/micropython'

But vercmp.sh is where it says it should be.

Installing a package works fine, but as a consequence running build-all.sh script will re-compile and re-install everything every time regardless if it's installed already.

ljsebald commented 9 months ago

Corrected in d906eee.