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/05/20 11:25:20 UTC

[GitHub] [incubator-nuttx] Ouss4 commented on a change in pull request #1088: build: Move .config check to the top Makefile

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



##########
File path: Makefile
##########
@@ -41,9 +41,18 @@
 #   make -f tools/Makefile.win
 #
 
--include .config
+ifeq ($(wildcard .config),)

Review comment:
       @xiaoxiang781216 we will relay only on configure.sh (and the configuration step) to check if Make.defs exists?  (I see that you removed the check_context target)




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