lucasssvaz commented on code in PR #9400:
URL: https://github.com/apache/nuttx/pull/9400#discussion_r1218135312


##########
tools/Win.mk:
##########
@@ -235,6 +235,15 @@ tools\mkconfig$(HOSTEXEEXT):
        $(Q) $(MAKE) -C tools -f Makefile.host mkconfig$(HOSTEXEEXT)
 
 include\nuttx\config.h: $(TOPDIR)\.config tools\mkconfig$(HOSTEXEEXT)
+       $(Q) grep -v "CONFIG_BASE_DEFCONFIG" "$(TOPDIR)\.config" > 
"$(TOPDIR)\.config.tmp"
+# In-place edit can mess up permissions on Windows

Review Comment:
   To detect if the configuration was changed and appending "-dirty" if it was 
(just like the version file)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to