mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 22:45:11 +00:00
interpreters: wamr: Add touch in Makefile to avoid unnecessary mv
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
a077598b6d
commit
f6f4de1ca2
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ $(WAMR_UNPACK): $(WAMR_TARBALL)
|
|||
$(Q) echo "Unpacking $(WAMR_TARBALL) to $(WAMR_UNPACK)"
|
||||
$(Q) unzip $(WAMR_TARBALL)
|
||||
$(Q) mv wasm-micro-runtime-$(WAMR_VERSION_STUB)$(WAMR_VERSION) $(WAMR_UNPACK)
|
||||
$(Q) touch $(WAMR_UNPACK)
|
||||
|
||||
context:: $(WAMR_UNPACK)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue