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
@ -55,6 +55,7 @@ $(WAMR_UNPACK): $(WAMR_TARBALL)
|
|||||||
$(Q) echo "Unpacking $(WAMR_TARBALL) to $(WAMR_UNPACK)"
|
$(Q) echo "Unpacking $(WAMR_TARBALL) to $(WAMR_UNPACK)"
|
||||||
$(Q) unzip $(WAMR_TARBALL)
|
$(Q) unzip $(WAMR_TARBALL)
|
||||||
$(Q) mv wasm-micro-runtime-$(WAMR_VERSION_STUB)$(WAMR_VERSION) $(WAMR_UNPACK)
|
$(Q) mv wasm-micro-runtime-$(WAMR_VERSION_STUB)$(WAMR_VERSION) $(WAMR_UNPACK)
|
||||||
|
$(Q) touch $(WAMR_UNPACK)
|
||||||
|
|
||||||
context:: $(WAMR_UNPACK)
|
context:: $(WAMR_UNPACK)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user