v01d commented on issue #2401:
URL: 
https://github.com/apache/incubator-nuttx/issues/2401#issuecomment-733968251


   I tested on my Ubuntu, that is the only OS I can test myself. 
   
   The make rule being executed there is:
   ```
   makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
        $(call CATFILE, Make.dep, $^)
        $(call DELFILE, $^)
   ```
   which means that CSRCS/ASRCS appears to be empty, which is strange.
   
   I just reproduced the issue locally, will see what it is about.


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