You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/06/16 14:03:28 UTC

[incubator-nuttx-apps] 13/17: interpreters: fix relative path CI error

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 94f9dfa4dff546f7c9ee9948a80da4bc2359b556
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Wed Jun 16 10:22:03 2021 +0200

    interpreters: fix relative path CI error
    
    error: Path relative to repository other than nuttx must begin with the root directory
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 interpreters/duktape/Make.defs   | 2 +-
 interpreters/duktape/Makefile    | 2 +-
 interpreters/minibasic/Make.defs | 2 +-
 interpreters/minibasic/Makefile  | 2 +-
 interpreters/quickjs/Make.defs   | 2 +-
 interpreters/quickjs/Makefile    | 2 +-
 interpreters/wamr/Make.defs      | 2 +-
 interpreters/wamr/Makefile       | 2 +-
 interpreters/wasm3/Make.defs     | 2 +-
 interpreters/wasm3/Makefile      | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/interpreters/duktape/Make.defs b/interpreters/duktape/Make.defs
index 4a8929d..5c2b45f 100644
--- a/interpreters/duktape/Make.defs
+++ b/interpreters/duktape/Make.defs
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/duktape/Make.defs
+# apps/interpreters/duktape/Make.defs
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/duktape/Makefile b/interpreters/duktape/Makefile
index eeb8ab3..739e745 100644
--- a/interpreters/duktape/Makefile
+++ b/interpreters/duktape/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/duktape/Makefile
+# apps/interpreters/duktape/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/minibasic/Make.defs b/interpreters/minibasic/Make.defs
index 3d4d321..da9cb2b 100644
--- a/interpreters/minibasic/Make.defs
+++ b/interpreters/minibasic/Make.defs
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/minibasic/Make.defs
+# apps/interpreters/minibasic/Make.defs
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/minibasic/Makefile b/interpreters/minibasic/Makefile
index 26dc00c..ced37e1 100644
--- a/interpreters/minibasic/Makefile
+++ b/interpreters/minibasic/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/minibasic/Makefile
+# apps/interpreters/minibasic/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/quickjs/Make.defs b/interpreters/quickjs/Make.defs
index 0c03040..c12bef2 100644
--- a/interpreters/quickjs/Make.defs
+++ b/interpreters/quickjs/Make.defs
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/quickjs/Make.defs
+# apps/interpreters/quickjs/Make.defs
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/quickjs/Makefile b/interpreters/quickjs/Makefile
index 1d42636..6b1f89a 100644
--- a/interpreters/quickjs/Makefile
+++ b/interpreters/quickjs/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/quickjs/Makefile
+# apps/interpreters/quickjs/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/wamr/Make.defs b/interpreters/wamr/Make.defs
index a6738f4..020696a 100644
--- a/interpreters/wamr/Make.defs
+++ b/interpreters/wamr/Make.defs
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/wamr/Make.defs
+# apps/interpreters/wamr/Make.defs
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/wamr/Makefile b/interpreters/wamr/Makefile
index 0a3a32d..6747645 100644
--- a/interpreters/wamr/Makefile
+++ b/interpreters/wamr/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/wamr/Makefile
+# apps/interpreters/wamr/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/wasm3/Make.defs b/interpreters/wasm3/Make.defs
index 3bbefe4..4d4802c 100644
--- a/interpreters/wasm3/Make.defs
+++ b/interpreters/wasm3/Make.defs
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/wasm3/Make.defs
+# apps/interpreters/wasm3/Make.defs
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/interpreters/wasm3/Makefile b/interpreters/wasm3/Makefile
index 8b3f278..e03fbec 100644
--- a/interpreters/wasm3/Makefile
+++ b/interpreters/wasm3/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# interpreters/wasm3/Makefile
+# apps/interpreters/wasm3/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with