Message ID | 1438712446-16524-1-git-send-email-anders.roxell@linaro.org |
---|---|
State | Superseded |
Headers | show |
On 4 August 2015 at 14:20, Anders Roxell <anders.roxell@linaro.org> wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > Reviewed-by: Mike Holmes <mike.holmes@linaro.org> > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index 7ce3a3c..6c2a9a4 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -13,4 +13,4 @@ SUBDIRS = @platform_with_platform@ \ > > include $(top_srcdir)/aminclude.am > > -EXTRA_DIST = bootstrap $(DX_CONFIG) > +EXTRA_DIST = bootstrap $(DX_CONFIG) config/README > -- > 2.1.4 > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp >
Please add warning message to description. So that it will be clear which exactly warning you fix. Maxim. On 08/04/15 21:20, Anders Roxell wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile.am b/Makefile.am > index 7ce3a3c..6c2a9a4 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -13,4 +13,4 @@ SUBDIRS = @platform_with_platform@ \ > > include $(top_srcdir)/aminclude.am > > -EXTRA_DIST = bootstrap $(DX_CONFIG) > +EXTRA_DIST = bootstrap $(DX_CONFIG) config/README
On 2015-08-06 14:24, Maxim Uvarov wrote: > Please add warning message to description. So that it will be clear which > exactly warning you fix. OK, v2 out on the list. Anders > > Maxim. > > On 08/04/15 21:20, Anders Roxell wrote: > >Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > >--- > > Makefile.am | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > >diff --git a/Makefile.am b/Makefile.am > >index 7ce3a3c..6c2a9a4 100644 > >--- a/Makefile.am > >+++ b/Makefile.am > >@@ -13,4 +13,4 @@ SUBDIRS = @platform_with_platform@ \ > > include $(top_srcdir)/aminclude.am > >-EXTRA_DIST = bootstrap $(DX_CONFIG) > >+EXTRA_DIST = bootstrap $(DX_CONFIG) config/README > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/Makefile.am b/Makefile.am index 7ce3a3c..6c2a9a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,4 +13,4 @@ SUBDIRS = @platform_with_platform@ \ include $(top_srcdir)/aminclude.am -EXTRA_DIST = bootstrap $(DX_CONFIG) +EXTRA_DIST = bootstrap $(DX_CONFIG) config/README
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)