chiark / gitweb /
build system, tests: Marginally speed some things up with -f
[secnet.git] / stest / Subdir.sd.mk
index c3b5cc9c36c6c9e10d98eae05f3b033c25c22ad5..4c2d1a138105af02a35e59cb444e7be41274ee26 100644 (file)
@@ -33,6 +33,6 @@ MAKE_NOTSPECIAL:=$(MAKE)
 
 &check:: $(&DEPS)
        env -u MAKEFLAGS -u MFLAGS \
-       $(MAKE_NOTSPECIAL) -j$(shell nproc || 1)0 &check-real
+       $(MAKE_NOTSPECIAL) -f main.mk -j$(shell nproc || 1)0 &check-real
 
 &:include subdirmk/cdeps.sd.mk