Message ID | 1377808314-30699-6-git-send-email-emil.l.velikov@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Aug 29, 2013 at 4:31 PM, Emil Velikov <emil.l.velikov@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 <robclark@freedesktop.org> > Signed-off-by: Emil Velikov <emil.l.velikov@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 >
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) \
Handles automake complains about lack of forward-compatibility, due to the source files in the kgsl and msm backends/folders. Cc: Rob Clark <robclark@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@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(+)