We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180b365 commit c2fbecfCopy full SHA for c2fbecf
1 file changed
kbuilder.sh
@@ -161,9 +161,7 @@ for arg in "$@"; do
161
elif [[ ${ARCH} == "arm" ]]; then
162
CROSS_COMPILE=arm-linux-gnueabi-
163
fi
164
- # Initial config
165
- make "${FLAGS[@]}" "${DEFCONFIG}"
166
-
+
167
# Full build
168
if command -v ccache &> /dev/null; then
169
PATH="/usr/lib/ccache/bin:${PATH}" make "${DEFCONFIG}" all -j$(nproc --all --ignore=2) "${FLAGS[@]}"
0 commit comments