unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
203 stars 61 forks source link

feat(internal): Prompt for rerunning configure step #1686

Closed craciunoiuc closed 2 weeks ago

craciunoiuc commented 3 weeks ago

Prerequisite checklist

Description of changes

This is needed, as the configure step would run make defconfig in the background which basically ignores options in the case where a user disables an option =N and the default is =Y.

By skipping the configure step, we skip this problem. The configure step should not be needed more than once and should only be ran if the user wants so explicitly.

GitHub-Fixes: #1192