Lines Matching +full:everything +full:- +full:else
8 # Copyright 2015-2021 Russ Allbery <eagle@eyrie.org>
10 # SPDX-License-Identifier: MIT
12 set -eux
16 KERBEROS="${KERBEROS:-mit}"
21 # Build everything with Clang first, with warnings enabled.
23 ./configure CC=clang PATH_KRB5_CONFIG=/usr/bin/krb5-config.heimdal
24 else
29 # Then rebuild everything with GCC with warnings enabled.
32 ./configure CC=gcc PATH_KRB5_CONFIG=/usr/bin/krb5-config.heimdal
33 else
39 make check-valgrind
43 make check-cppcheck