From: Bent Date: Thu, 19 Dec 2024 11:22:10 +0000 (+0100) Subject: removed debug echos X-Git-Tag: v1.5.7^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a7f5c745cfb7135f27002efc79fee1804d21d44;p=thirdparty%2Fzstd.git removed debug echos --- 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