From e39abed4d427754020e476247a2e6505ebafa4fb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 14 Nov 2019 01:24:11 +0000 Subject: [PATCH] build system: Make check targets double-colon For compatibility with subdirmk Signed-off-by: Ian Jackson --- mtest/Subdir.sd.mk | 2 +- stest/Subdir.sd.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mtest/Subdir.sd.mk b/mtest/Subdir.sd.mk index c69bb2f..9921717 100644 --- a/mtest/Subdir.sd.mk +++ b/mtest/Subdir.sd.mk @@ -5,4 +5,4 @@ &:include test-common.sd.mk -&check: &check-real +&check:: &check-real diff --git a/stest/Subdir.sd.mk b/stest/Subdir.sd.mk index 0b46ef7..f35db3b 100644 --- a/stest/Subdir.sd.mk +++ b/stest/Subdir.sd.mk @@ -31,6 +31,6 @@ $(&OBJECTS) : ALL_CFLAGS += -D_REENTRANT -fPIC MAKE_NOTSPECIAL:=$(MAKE) -&check: $(&DEPS) +&check:: $(&DEPS) env -u MAKEFLAGS -u MFLAGS \ $(MAKE_NOTSPECIAL) -j$(shell nproc || 1)0 &check-real -- 2.30.2