From 94f9dfa4dff546f7c9ee9948a80da4bc2359b556 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 16 Jun 2021 10:22:03 +0200 Subject: [PATCH] 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 --- 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 4a8929d8e..5c2b45f8f 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 eeb8ab35e..739e74589 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 3d4d321d9..da9cb2bfe 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 26dc00cfc..ced37e100 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 0c0304088..c12bef231 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 1d42636bc..6b1f89a90 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 a6738f465..020696af7 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 0a3a32df6..67476450a 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 3bbefe472..4d4802c8d 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 8b3f2786a..e03fbec95 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