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 2022/09/29 03:51:57 UTC

[GitHub] [incubator-nuttx] anchao commented on a diff in pull request #7208: arch/makefile: preprocess link script to make configure more flexibly

anchao commented on code in PR #7208:
URL: https://github.com/apache/incubator-nuttx/pull/7208#discussion_r983039127


##########
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) will contain multiple targets



-- 
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-unsubscribe@nuttx.apache.org

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