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/07/01 10:39:35 UTC

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1345: make/export: enhance make export

Ouss4 commented on a change in pull request #1345:
URL: https://github.com/apache/incubator-nuttx/pull/1345#discussion_r448274174



##########
File path: tools/Makefile.unix
##########
@@ -421,7 +421,7 @@ ifeq ($(CONFIG_UBOOT_UIMAGE),y)
 		cp -f uImage /tftpboot/uImage; \
 	fi
 endif
-	$(call POSTBUILD)
+	$(call POSTBUILD, $(TOPDIR))

Review comment:
       Similar change needs to be done to the Makefile.win.
   
   Out of curiosity, are you using TOPDIR in your POSTBUILD script to move around the final BIN?




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