Gary-Hobson commented on PR #7076: URL: https://github.com/apache/incubator-nuttx/pull/7076#issuecomment-1305249701
> I just tried this: > > ```shell > $ mkdir test > $ cd test > $ git clone https://github.com/apache/incubator-nuttx.git nuttx > $ git clone https://github.com/apache/incubator-nuttx-apps.git apps > $ make -C nuttx/tools -f Makefile.host clean > ``` > > and I get the output: > > ```shell > make: Entering directory '/home/user/Downloads/test/nuttx/tools' > /bin/sh: line 1: /home/user/Downloads/test/nuttx/tools/../tools/incdir: No such file or directory > /bin/sh: line 1: /home/user/Downloads/test/nuttx/tools/../tools/incdir: No such file or directory > make[1]: Entering directory '/home/user/Downloads/test/nuttx/tools/pic32' > make[1]: Leaving directory '/home/user/Downloads/test/nuttx/tools/pic32' > make[1]: Entering directory '/home/user/Downloads/test/nuttx/tools/cxd56' > make[1]: Leaving directory '/home/user/Downloads/test/nuttx/tools/cxd56' > make: Leaving directory '/home/user/Downloads/test/nuttx/tools' > ``` > > You don't neeed any specific configuration to reproduce this. The same problem occurs when executing checkpatch.sh in some cases Sorry, I caused this problem, I am fixing it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org