[PATCH 5/6] freedreno: set automake options to include subdir-objects

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov  
wrote:
> Handles automake complains about lack of forward-compatibility, due to the
> source files in the kgsl and msm backends/folders.
>
> Cc: Rob Clark 
> Signed-off-by: Emil Velikov 

I've tested these two (this and 4/6).. they seem to work fine for me,
although I won't claim to be an automake guru, so couldn't actually
tell you if they are the "right" fixes.  I wouldn't mind a reviewed-by
from someone who does know automake better, but if no one speaks up
and says otherwise, I will apply/push them.

BR,
-R

> ---
>
> I'm suspecting that the warning is caused as Archlinux always keeps track
> with latest releases, whereas other distributions prefer to use a more
> tested software
>
> automake 1.14
> autoconf 2.69
> ---
>
>  freedreno/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
> index ec7e359..7903e5b 100644
> --- a/freedreno/Makefile.am
> +++ b/freedreno/Makefile.am
> @@ -1,3 +1,5 @@
> +AUTOMAKE_OPTIONS=subdir-objects
> +
>  AM_CFLAGS = \
> $(WARN_CFLAGS) \
> -I$(top_srcdir) \
> --
> 1.8.4
>


Re: [PATCH 5/6] freedreno: set automake options to include subdir-objects

2013-08-30 Thread Rob Clark
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov emil.l.veli...@gmail.com wrote:
 Handles automake complains about lack of forward-compatibility, due to the
 source files in the kgsl and msm backends/folders.

 Cc: Rob Clark robcl...@freedesktop.org
 Signed-off-by: Emil Velikov emil.l.veli...@gmail.com

I've tested these two (this and 4/6).. they seem to work fine for me,
although I won't claim to be an automake guru, so couldn't actually
tell you if they are the right fixes.  I wouldn't mind a reviewed-by
from someone who does know automake better, but if no one speaks up
and says otherwise, I will apply/push them.

BR,
-R

 ---

 I'm suspecting that the warning is caused as Archlinux always keeps track
 with latest releases, whereas other distributions prefer to use a more
 tested software

 automake 1.14
 autoconf 2.69
 ---

  freedreno/Makefile.am | 2 ++
  1 file changed, 2 insertions(+)

 diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
 index ec7e359..7903e5b 100644
 --- a/freedreno/Makefile.am
 +++ b/freedreno/Makefile.am
 @@ -1,3 +1,5 @@
 +AUTOMAKE_OPTIONS=subdir-objects
 +
  AM_CFLAGS = \
 $(WARN_CFLAGS) \
 -I$(top_srcdir) \
 --
 1.8.4

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 5/6] freedreno: set automake options to include subdir-objects

2013-08-29 Thread Emil Velikov
Handles automake complains about lack of forward-compatibility, due to the
source files in the kgsl and msm backends/folders.

Cc: Rob Clark 
Signed-off-by: Emil Velikov 
---

I'm suspecting that the warning is caused as Archlinux always keeps track
with latest releases, whereas other distributions prefer to use a more
tested software

automake 1.14
autoconf 2.69
---

 freedreno/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
index ec7e359..7903e5b 100644
--- a/freedreno/Makefile.am
+++ b/freedreno/Makefile.am
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS=subdir-objects
+
 AM_CFLAGS = \
$(WARN_CFLAGS) \
-I$(top_srcdir) \
-- 
1.8.4



[PATCH 5/6] freedreno: set automake options to include subdir-objects

2013-08-29 Thread Emil Velikov
Handles automake complains about lack of forward-compatibility, due to the
source files in the kgsl and msm backends/folders.

Cc: Rob Clark robcl...@freedesktop.org
Signed-off-by: Emil Velikov emil.l.veli...@gmail.com
---

I'm suspecting that the warning is caused as Archlinux always keeps track
with latest releases, whereas other distributions prefer to use a more
tested software

automake 1.14
autoconf 2.69
---

 freedreno/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am
index ec7e359..7903e5b 100644
--- a/freedreno/Makefile.am
+++ b/freedreno/Makefile.am
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS=subdir-objects
+
 AM_CFLAGS = \
$(WARN_CFLAGS) \
-I$(top_srcdir) \
-- 
1.8.4

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel