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/12/25 00:30:53 UTC

[GitHub] [incubator-nuttx-apps] yamt opened a new issue #539: "make distclean" leaves a few auto generated Kconfig

yamt opened a new issue #539:
URL: https://github.com/apache/incubator-nuttx-apps/issues/539


   ```
   wireless/bluetooth/Kconfig:# This file is autogenerated, do not edit.
   wireless/ieee802154/Kconfig:# This file is autogenerated, do not edit.
   ```


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



[GitHub] [incubator-nuttx-apps] Ouss4 commented on issue #539: "make distclean" leaves a few auto generated Kconfig

Posted by GitBox <gi...@apache.org>.
Ouss4 commented on issue #539:
URL: https://github.com/apache/incubator-nuttx-apps/issues/539#issuecomment-751228674


   @yamt weren't these generated in a previous build?  By previous I mean several months ago before some changes were made to the build system, mainly Application.mk and Directory.mk.
   Or maybe a manual clean was performed? maybe git clean -xdf?
   
   The clean now doesn't recursively traverse all the directories in apps. It looks for .kconfig or .depend files.  If those files aren't there that directory won't be cleaned.
   
   I just tried one config (esp32-devkitc:wapi) and the distclean deleted all the autogenerated files.


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



[GitHub] [incubator-nuttx-apps] Ouss4 edited a comment on issue #539: "make distclean" leaves a few auto generated Kconfig

Posted by GitBox <gi...@apache.org>.
Ouss4 edited a comment on issue #539:
URL: https://github.com/apache/incubator-nuttx-apps/issues/539#issuecomment-751228674


   @yamt weren't these generated in a previous build?  By previous I mean several months ago before some changes were made to the build system, mainly Application.mk and Directory.mk.
   Or maybe a manual clean was performed?
   
   The clean now doesn't recursively traverse all the directories in apps. It looks for .kconfig or .depend files.  If those files aren't there that directory won't be cleaned.
   
   I just tried one config (esp32-devkitc:wapi) and the distclean deleted all the autogenerated files.


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



[GitHub] [incubator-nuttx-apps] yamt commented on issue #539: "make distclean" leaves a few auto generated Kconfig

Posted by GitBox <gi...@apache.org>.
yamt commented on issue #539:
URL: https://github.com/apache/incubator-nuttx-apps/issues/539#issuecomment-751242297


   @Ouss4 thank you. probably it's the case as the tree was quite long-lived. i'll close this for now until i have a chance to confirm.


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



[GitHub] [incubator-nuttx-apps] yamt closed issue #539: "make distclean" leaves a few auto generated Kconfig

Posted by GitBox <gi...@apache.org>.
yamt closed issue #539:
URL: https://github.com/apache/incubator-nuttx-apps/issues/539


   


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