spiriou edited a comment on pull request #2247:
URL: https://github.com/apache/incubator-nuttx/pull/2247#issuecomment-723651121


   > @spiriou make distclean is leaving these files around
   > 
   > ```
   > 
   > Untracked files: 
   > 
   > 339 (use "git add <file>..." to include in what will be committed) 
   > 
   > 340        system/adb/microADB/ 
   > 
   > 341        system/libuv/libuv-1.38.1/ 
   > 
   > 342        system/libuv/v1.38.1.zip
   > ```
   
   This should not happen as those files are deleted in distclean:
   distclean::
        $(call DELDIR, $(LIBUV_UNPACKDIR))
        $(call DELFILE, $(LIBUV_DIR)/$(CONFIG_LIBUV_TARBALL))
   
   distclean::
        $(call DELDIR, $(ADB_UNPACKDIR))
   
   Is there a way to run "Build / Linux (arm-08)" again ?
   There is the photon:adb defconfig so it could be interesting to get the 
build logs too.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to