On Sun, Jun 05, 2016 at 07:04:14AM +0000, co...@sdf.org wrote: > 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.)
I installed it from ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0/source/sets/syssrc.tgz # pwd /usr/src # ls -l usr.bin/ total 4 drwxr-xr-x 3 root wheel 512 Sep 25 2015 config Also once again I downloaded above set and tested the following: # tar tvfz syssrc.tgz | grep "usr.bin/make" # Is the set I picked alright? Mayuresh.