On Thu, Apr 2, 2020 at 7:59 PM Gregory Nutt <spudan...@gmail.com> wrote: > On 4/2/2020 5:50 PM, Nathan Hartman wrote: > > Regarding commit 27142b2e3c4c6498dc198818ec9b260d8ffff12f, this means > > that tools/testbuild.sh now depends on git and on the NuttX > > distribution being a git clone. > > You should open an issue, or better, push a PR.
Do we have a platform-independent way to detect whether the NuttX distribution is a git clone or not? Also, doesn't 'make distclean' clean in apps as well as nuttx? Because I think 'git cleanup' won't clean apps. Nathan