From 5a7f5c745cfb7135f27002efc79fee1804d21d44 Mon Sep 17 00:00:00 2001 From: Bent Date: Thu, 19 Dec 2024 12:22:10 +0100 Subject: [PATCH] removed debug echos --- lib/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 2fe436bc2..a6a0eb09d 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -110,9 +110,6 @@ ifndef BUILD_DIR # determine BUILD_DIR from compilation flags libzstd.a: - @echo uname_target $(UNAME_TARGET) - @echo target_system $(TARGET_SYSTEM) - @echo uname $(uname) $(SET_CACHE_DIRECTORY) else