mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
interpreters/duktape: Remove v from tar command
to avoid the verbose unzip message Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
497c69c514
commit
45af16099b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue