yamt commented on a change in pull request #101: Make sure examples/elf
testbuild pass in parallel build
URL:
https://github.com/apache/incubator-nuttx-apps/pull/101#discussion_r384279773
##########
File path: examples/elf/tests/errno/Makefile
##########
@@ -86,6 +86,6 @@ clean:
$(call DELFILE, $(BIN))
$(call CLEAN)
-install:
+install: $(BIN)
Review comment:
if we do this at this level, we should remove "build" step from
examples/elf/tests/Makefile.
an alternative: https://github.com/apache/incubator-nuttx-apps/pull/103
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services