From cfa764e5244257025bac2d353dd71b7ff8da6bc4 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 27 May 2025 00:13:16 -0400 Subject: build: Clean stage 1 on two stage builds Signed-off-by: Ian Moffett --- hyra-build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hyra-build.sh b/hyra-build.sh index 4766261..e06afec 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -85,6 +85,11 @@ gen_isofs() { # Stage 1 - build production media #################################### stage1() { + if [[ $install_flag == "true" ]] + then + make clean + fi + iso_root_skel sysroot_skel -- cgit v1.2.3