]> git.zerfleddert.de Git - m1-debian/commitdiff
git clean m1n1 and u-boot as well
authorThomas Glanzmann <thomas@glanzmann.de>
Sat, 14 Oct 2023 05:54:42 +0000 (07:54 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Sat, 14 Oct 2023 05:54:42 +0000 (07:54 +0200)
m1n1_uboot_kernel.sh

index 15d3cc4d4141b35ec2c39f2c41d9e259e304859b..3129b1b3338c54e105139c8218af1d13db3a5eea 100644 (file)
@@ -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`
Impressum, Datenschutz