You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/11/25 22:11:06 UTC

[GitHub] [incubator-nuttx] v01d commented on issue #2401: Did #2335 break something?

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:
users@infra.apache.org