anchao commented on code in PR #7208: URL: https://github.com/apache/incubator-nuttx/pull/7208#discussion_r983262465
########## arch/arm/src/Makefile: ########## @@ -165,7 +166,10 @@ define LINK_ALLSYMS $(Q) $(call DELFILE, allsyms.tmp allsyms$(OBJEXT)) endef -nuttx$(EXEEXT): $(HEAD_OBJ) board$(DELIM)libboard$(LIBEXT) $(ARCHSCRIPT) +$(addsuffix .tmp,$(ARCHSCRIPT)): $(ARCHSCRIPT) Review Comment: ARCHSCRIPT do not have uniform naming rules and may exist in different directories, so the % rules may not cover for all cases -- 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