]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed debug echos
authorBent <bent@mail.de>
Thu, 19 Dec 2024 11:22:10 +0000 (12:22 +0100)
committerNick Terrell <nickrterrell@gmail.com>
Fri, 20 Dec 2024 15:33:53 +0000 (07:33 -0800)
lib/Makefile

index 2fe436bc2bbcca8282d373da993e41d97703f44e..a6a0eb09d821823487d89512e042859d5a6d1b95 100644 (file)
@@ -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