Commit c316746d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Attempt a distclean first, something gets cached otherwise.

parent 939d2299
......@@ -4,6 +4,8 @@
set -ex
make -k distclean > /dev/null 2>&1 || true
# Prefer CLANG if we have it, and have not given preferences
if [ -f /usr/bin/clang -a "x${CC}" = "x" ] ; then
CC=clang
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment