<div dir="ltr"><div><div><div><div><div><div><div><div>I was playing around and did get the BUILD variable to work.<br></div>it appears that the export in config must have a full path for it to work correctly<br></div>e.g.<br></div><div>export BUILD=/home/mcmechan/Downloads/aboriginal-1.4.5/jim<br></div><div>or<br></div>export BUILD=$PWD/jim<br></div>will build all of the files under ./jim rather than ./build<br></div><br>For some reason I am not quite understanding how the interaction between the two locations where build is set - is supposed to work.<br><br>sources/variables.sh:export_if_blank BUILD="$TOP/build"                                                                                                   <br><br>build.sh: [ -z "$BUILD" ] && BUILD="build"<br><br></div>but the config file does not have $TOP set so I ending up using $PWD instead rather than hardcodeing the full path.<br><br></div><div>Is build.sh supposed to source sources/variables.sh after sourceing config? or source sources/include.sh?<br></div><div>At the moment BUILD is set two different ways in two different files so it may be a future maintenance issue.<br></div><div><br></div>Anyway it is working for me.<br><br></div>Jim McMechan<br></div>