davids5 commented on a change in pull request #2: Master pr nxstyle improvments URL: https://github.com/apache/incubator-nuttx/pull/2#discussion_r360866861
########## File path: tools/Makefile.unix ########## @@ -697,3 +704,8 @@ apps_distclean: ifneq ($(APPDIR),) $(Q) $(MAKE) -C "$(TOPDIR)/$(APPDIR)" TOPDIR="$(TOPDIR)" distclean endif + +check_format: + $(call colorecho,'Checking NuttX formatting with nxstyle') Review comment: ``` # This is a top-level "kludge" Makefile that just includes the correct # Makefile. If you already know the Makefile that you want, you can skip # this nonsense using: # # make -f Makefile.unix, OR # make -f Makefile.win # -include .config ifeq ($(CONFIG_WINDOWS_NATIVE),y) include tools/Makefile.win else include tools/Makefile.unix endif ``` @patacongo Here? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services