From d228a58595a28971ea522ede86b9a7741926ce8f Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Tue, 4 Jan 2022 22:18:34 +0100 Subject: BUILD: Make GANA generation mandatory for beetstrap. Requires recutils --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 36e411f1d..766eed237 100755 --- a/bootstrap +++ b/bootstrap @@ -125,7 +125,8 @@ gana_update() make clean cd $cwd else - echo "WARNING: No recutils found! Unable to generate recent GANA headers and configs." + echo "ERROR: No recutils found! Unable to generate recent GANA headers and configs." + exit 1 fi } -- cgit v1.2.3