ghn-certi opened a new pull request #1614: URL: https://github.com/apache/incubator-nuttx/pull/1614
## Summary According to the usage documentation, [-e] option should "enforce distclean if already configured". This behavior was broken due to the -e option being evaluated only if the current defconfig is different from the backup defconfig. ## Impact The configure.sh script will finally enforce the distclean process regardless of the current state of the defconfig file. No impact if the user does not rely on the [-e] option. ## Testing Validated the 3 possible paths: * ./tools/configure.sh with -e * ./tools/configure.sh after a modification to the defconfig file * ./tools/configure.sh without any modification to the defconfig 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. For queries about this service, please contact Infrastructure at: [email protected]
