commit 5aa3997f5651a34713562052d7533d56f45958c0
parent af1d3feca751677033f2b2124e14557347941af9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 5 May 2024 10:10:12 +0200
Silence the "build_test" target.
The command executed was displayed by mistake. This is a shell command
that helps build dependency files automatically. Its display does not
provide the user with any information about the executed build commands.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -138,7 +138,7 @@ SCAD_CFLAGS = $$($(PKG_CONFIG_LOCAL) $(PCFLAGS) --cflags scad-local.pc)
SCAD_LIBS = $$($(PKG_CONFIG_LOCAL) $(PCFLAGS) --libs scad-local.pc)
build_tests: build_library $(TEST_DEP) .test
- $(MAKE) -fMakefile -f.test \
+ @$(MAKE) -fMakefile -f.test \
$$(for i in $(TEST_DEP); do echo -f"$${i}"; done) \
test_bin