From e2551dbf740941572607f6eb50cab2cc23e59548 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 9 Jun 2019 13:53:11 -0500 Subject: Inverted test. --- scripts/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/make.sh b/scripts/make.sh index bd550b91..6649999e 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -297,7 +297,7 @@ do # $LIBFILES doesn't need to be rebuilt if older than .config, $TOYFILES does # ($TOYFILES contents can depend on CONFIG symbols, lib/*.c never should.) - [ "$OUT" -nt "$i" ] && [ -z "$CLICK" -o "$OUT" -ot "$KCONFIG_CONFIG" ] && + [ "$OUT" -nt "$i" ] && [ -z "$CLICK" -o "$OUT" -nt "$KCONFIG_CONFIG" ] && continue do_loudly $BUILD -c $i -o $OUT & -- cgit v1.2.3