[PATCH] tests/tcg: remove debug polluting make output

Alex Bennée posted 1 patch 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211026173914.79377-1-alex.bennee@linaro.org
tests/tcg/multiarch/Makefile.target | 1 -
1 file changed, 1 deletion(-)
[PATCH] tests/tcg: remove debug polluting make output
Posted by Alex Bennée 2 years, 6 months ago
Fixes: 5343a837cd ("tests/tcg: move some multiarch files and make conditional")
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 tests/tcg/multiarch/Makefile.target | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target
index b962ed8236..a83efb4a9d 100644
--- a/tests/tcg/multiarch/Makefile.target
+++ b/tests/tcg/multiarch/Makefile.target
@@ -16,7 +16,6 @@ MULTIARCH_SRCS += $(notdir $(wildcard $(MULTIARCH_SRC)/linux/*.c))
 endif
 MULTIARCH_TESTS = $(MULTIARCH_SRCS:.c=)
 
-$(info SRCS=${MULTIARCH_SRCS} and ${MULTIARCH_TESTS})
 #
 # The following are any additional rules needed to build things
 #
-- 
2.30.2


Re: [PATCH] tests/tcg: remove debug polluting make output
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
On 10/26/21 19:39, Alex Bennée wrote:
> Fixes: 5343a837cd ("tests/tcg: move some multiarch files and make conditional")
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  tests/tcg/multiarch/Makefile.target | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Re: [PATCH] tests/tcg: remove debug polluting make output
Posted by Richard Henderson 2 years, 6 months ago
On 10/26/21 10:39 AM, Alex Bennée wrote:
> Fixes: 5343a837cd ("tests/tcg: move some multiarch files and make conditional")
> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
> ---
>   tests/tcg/multiarch/Makefile.target | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~