From 45af16099b4e85f98c9391c0976d12a74ca49f34 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 20 Feb 2022 20:18:31 +0800 Subject: [PATCH] interpreters/duktape: Remove v from tar command to avoid the verbose unzip message Signed-off-by: Xiang Xiao --- interpreters/duktape/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/duktape/Makefile b/interpreters/duktape/Makefile index 739e74589..93f61ee56 100644 --- a/interpreters/duktape/Makefile +++ b/interpreters/duktape/Makefile @@ -54,7 +54,7 @@ $(DUKTAPE_TARBALL): $(DUKTAPE_UNPACK): $(DUKTAPE_TARBALL) $(Q) echo "Unpacking $(DUKTAPE_TARBALL) to $(DUKTAPE_UNPACK)" - $(Q) tar xvfJ $(DUKTAPE_TARBALL) + $(Q) tar xfJ $(DUKTAPE_TARBALL) $(Q) mv duktape-$(DUKTAPE_VERSION) $(DUKTAPE_UNPACK) $(Q) echo "Patching $(DUKTAPE_UNPACK)" $(Q) patch -p0 < duk_cmdline.patch