From 689c9a064cf3f38412eaddf634d88d1db7c579e8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 15 Oct 2019 01:00:02 +0200 Subject: build: do not skip incomplete kernel specifications This reverts commit 7bec6ec69c804dd62486f153cd75693b015cf502. --- build-one.bash | 1 - 1 file changed, 1 deletion(-) (limited to 'build-one.bash') diff --git a/build-one.bash b/build-one.bash index 4617ad2..3844271 100755 --- a/build-one.bash +++ b/build-one.bash @@ -5,7 +5,6 @@ set -ex BASE="$(readlink -f "$(dirname "$(readlink -f "$0")")")" KERNEL_DIR="$BASE/kernels/$1" [[ -d $KERNEL_DIR ]] || { echo "Error: '$0' does not exist" >&2; exit 1; } -[[ -f $KERNEL_DIR/do.bash && -f $KERNEL_DIR/manifest.xml && -f $KERNEL_DIR/version-hashes.txt ]] || { echo "WARNING: skipping $1, because missing files" >&2; exit 0; } # Step 1) Account for already built modules by hard linking new hashes to the old names. first="" -- cgit v1.2.3-59-g8ed1b