From: Thomas Glanzmann Date: Sat, 14 Oct 2023 05:54:42 +0000 (+0200) Subject: git clean m1n1 and u-boot as well X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/c8c18241fdee4e453721940396a04cd38da2e976 git clean m1n1 and u-boot as well --- 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`