Re: [Mesa-dev] [PATCH] Fix a typo in src/compiler/Makefile.nir.am

2018-04-09 Thread Brian Paul

On 04/06/2018 10:28 AM, Bastien Orivel wrote:

Since 31d91f019b58ca362c05db1fd0c75fedd169cd7b, the makefile tries to
find the file SConstript.spirv instead of SConscript.spirv which breaks
the make dist command.
---
  src/compiler/Makefile.nir.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am
index 27dc129e57..4ccd7f36be 100644
--- a/src/compiler/Makefile.nir.am
+++ b/src/compiler/Makefile.nir.am
@@ -101,4 +101,4 @@ EXTRA_DIST += \
nir/tests \
nir/README \
SConscript.nir \
-   SConstript.spirv
+   SConscript.spirv



Reviewed-by: Brian Paul 

I'll check this in for you.  Thanks!
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] Fix a typo in src/compiler/Makefile.nir.am

2018-04-09 Thread Juan A. Suarez Romero
On Fri, 2018-04-06 at 18:28 +0200, Bastien Orivel wrote:
> Since 31d91f019b58ca362c05db1fd0c75fedd169cd7b, the makefile tries to
> find the file SConstript.spirv instead of SConscript.spirv which breaks
> the make dist command.

Fixes: 31d91f019b ("spirv: Fix building with SCons")

With that, 

Reviewed-by: Juan A. Suarez 


> ---
>  src/compiler/Makefile.nir.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am
> index 27dc129e57..4ccd7f36be 100644
> --- a/src/compiler/Makefile.nir.am
> +++ b/src/compiler/Makefile.nir.am
> @@ -101,4 +101,4 @@ EXTRA_DIST += \
>   nir/tests \
>   nir/README \
>   SConscript.nir \
> - SConstript.spirv
> + SConscript.spirv
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] Fix a typo in src/compiler/Makefile.nir.am

2018-04-09 Thread Bastien Orivel
Since 31d91f019b58ca362c05db1fd0c75fedd169cd7b, the makefile tries to
find the file SConstript.spirv instead of SConscript.spirv which breaks
the make dist command.
---
 src/compiler/Makefile.nir.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am
index 27dc129e57..4ccd7f36be 100644
--- a/src/compiler/Makefile.nir.am
+++ b/src/compiler/Makefile.nir.am
@@ -101,4 +101,4 @@ EXTRA_DIST += \
nir/tests \
nir/README \
SConscript.nir \
-   SConstript.spirv
+   SConscript.spirv
-- 
2.17.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev