From 410e89780744fb50cc77aa5000de7c05e2fdc103 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 27 Feb 2023 20:41:50 -0700 Subject: [PATCH] Fix double build when building sysroot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 720d2b7214..e7a546e1d9 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ submodules: git submodule sync git submodule update --init --recursive -sysroot: all +sysroot: rm -rf $@ rm -rf $@.partial mkdir -p $@.partial