git clean -f

pull/868/head
probonopd 4 weeks ago committed by GitHub
parent f3231e568b
commit 54e38b7057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      build.sh

@ -36,6 +36,7 @@ fi
# Build circle-stdlib library
cd circle-stdlib/
git clean -f # Completely reset this directory so that no leftover changes are used in subsequent builds
make mrproper || true
./configure -r ${RPI} --prefix "${TOOLCHAIN_PREFIX}" ${OPTIONS} -o KERNEL_MAX_SIZE=0x400000
make -j
@ -64,4 +65,4 @@ cd src
make clean || true
make -j
ls *.img
cd ..
cd ..

Loading…
Cancel
Save