diff mbox

Makefile.am: fix aclocal warning when building from tarball

Message ID 1438712446-16524-1-git-send-email-anders.roxell@linaro.org
State Superseded
Headers show

Commit Message

Anders Roxell Aug. 4, 2015, 6:20 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mike Holmes Aug. 4, 2015, 7:48 p.m. UTC | #1
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
>
Maxim Uvarov Aug. 6, 2015, 11:24 a.m. UTC | #2
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
Anders Roxell Aug. 6, 2015, 7:30 p.m. UTC | #3
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 mbox

Patch

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