From: Luuk van Baal Date: Mon, 11 Jul 2022 13:15:56 +0000 (+0200) Subject: Fix checkpatches duplicate make X-Git-Tag: v4.6~18 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=910763441db24a7db1d8dfec95e08d86990fc1c0;p=nnn.git Fix checkpatches duplicate make --- diff --git a/patches/check-patches.sh b/patches/check-patches.sh index 254af9fc..43459ed4 100755 --- a/patches/check-patches.sh +++ b/patches/check-patches.sh @@ -17,7 +17,6 @@ for ((n=1; n < z; ++n)); do printf "%s=%d " "${patches[$i]}" "$(( (n & (1 << i)) != 0 ))" done | tee "/dev/stderr" | ( make clean -s - xargs make 2>&1 if ! xargs make 2>&1; then echo "[FAILED]" >&2 kill -SIGUSR1 "$pid"