From c8c18241fdee4e453721940396a04cd38da2e976 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 14 Oct 2023 07:54:42 +0200 Subject: [PATCH] git clean m1n1 and u-boot as well --- m1n1_uboot_kernel.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m1n1_uboot_kernel.sh b/m1n1_uboot_kernel.sh index 15d3cc4..3129b1b 100644 --- a/m1n1_uboot_kernel.sh +++ b/m1n1_uboot_kernel.sh @@ -40,6 +40,7 @@ build_m1n1() cd m1n1 git fetch -a -t git reset --hard v${M1N1_VERSION}; + git clean -f -x -d > /dev/null make -j `nproc` ) } @@ -51,6 +52,7 @@ build_uboot() cd u-boot git fetch -a -t git reset --hard asahi-v2023.07.02-3 + git clean -f -x -d > /dev/null make apple_m1_defconfig make -j `nproc` -- 2.39.2