On Sun, Jun 05, 2016 at 12:24:01PM +0530, Mayuresh wrote: > ERROR: build.sh must be run from the top source level > *** BUILD ABORTED ***
This error occurs when there is no usr.bin/make directory. [ -d usr.bin/make ] || bomb "build.sh must be run from the top source level" (I don't have a fuller explanation as to why.)