Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56224 )
Change subject: [DO NOT SUBMIT] util/kconfig: Get more information on failure ......................................................................
[DO NOT SUBMIT] util/kconfig: Get more information on failure
Change-Id: I26a32836fea7cf42d3c0ca3f9398e566d69690da Signed-off-by: Patrick Georgi pgeorgi@google.com --- M util/kconfig/conf.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/56224/1
diff --git a/util/kconfig/conf.c b/util/kconfig/conf.c index 803447a..167466a 100644 --- a/util/kconfig/conf.c +++ b/util/kconfig/conf.c @@ -932,6 +932,7 @@ if (conf_write_autoconf(sync_kconfig) && sync_kconfig) { fprintf(stderr, "\n*** Error during sync of the configuration.\n\n"); + perror(NULL); return 1; } }