oe-alliance / build-enviroment

This sets-up the oe-alliance build environment.
Other
31 stars 60 forks source link

Makefile has errors #52

Open original-birdman opened 1 year ago

original-birdman commented 1 year ago

The Makefile (in the root location) has errors in the $(TOPDIR)/env.source rule.

It uses [[...]]] as a test (twice), but this code is run by sh, not bash, and [[ is not valid Bourne shell syntax.

They should both be [...] instead.