* [PATCH tegra-cbootimage] Add automake option subdir-objects to prevent warnings
@ 2013-07-21 21:25 Stefan Agner
[not found] ` <ba99c86b9074ac9053f665350e6b4985-XLVq0VzYD2Y@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Agner @ 2013-07-21 21:25 UTC (permalink / raw)
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA; +Cc: amartin-DDmLM1+adcrQT0dZR+AlfA
The SoC specific code is in subdirectories which leads to warnings in
newer
automake versions. The option subdir-objects prevents those warnings.
Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org>
---
src/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Makefile.am b/src/Makefile.am
index 6fcc0d8..6fecfc7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,5 @@
+AUTOMAKE_OPTIONS = subdir-objects
+
AM_CFLAGS = -Wall -std=c99
bin_PROGRAMS = cbootimage bct_dump
--
1.8.3.3
^ permalink raw reply related [flat|nested] 5+ messages in thread[parent not found: <ba99c86b9074ac9053f665350e6b4985-XLVq0VzYD2Y@public.gmane.org>]
* Re: [PATCH tegra-cbootimage] Add automake option subdir-objects to prevent warnings [not found] ` <ba99c86b9074ac9053f665350e6b4985-XLVq0VzYD2Y@public.gmane.org> @ 2013-07-23 15:49 ` Thierry Reding [not found] ` <20130723154918.GB2864-RcKxWJ4Cfj3FNiLNb7+IINdj8bHVeoWogfoxzgwHRXE@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Thierry Reding @ 2013-07-23 15:49 UTC (permalink / raw) To: Stefan Agner Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA, amartin-DDmLM1+adcrQT0dZR+AlfA [-- Attachment #1: Type: text/plain, Size: 1010 bytes --] On Sun, Jul 21, 2013 at 11:25:28PM +0200, Stefan Agner wrote: > The SoC specific code is in subdirectories which leads to warnings in > newer > automake versions. The option subdir-objects prevents those warnings. > > Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org> > --- > src/Makefile.am | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/Makefile.am b/src/Makefile.am > index 6fcc0d8..6fecfc7 100644 > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -1,3 +1,5 @@ > +AUTOMAKE_OPTIONS = subdir-objects > + > AM_CFLAGS = -Wall -std=c99 > > bin_PROGRAMS = cbootimage bct_dump Hi Stefan, Thanks for the patch. Generally this looks good to me, though automake now complains: src/Makefile.am:36: compiling `t114/parse_t114.c' in subdir requires `AM_PROG_CC_C_O' in `configure.ac' Which can quite easily be solved by adding that line in configure.ac. Immediately following the AC_PROG_CC looks like a good place for it. Thanks, Thierry [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20130723154918.GB2864-RcKxWJ4Cfj3FNiLNb7+IINdj8bHVeoWogfoxzgwHRXE@public.gmane.org>]
* Re: [PATCH tegra-cbootimage] Add automake option subdir-objects to prevent warnings [not found] ` <20130723154918.GB2864-RcKxWJ4Cfj3FNiLNb7+IINdj8bHVeoWogfoxzgwHRXE@public.gmane.org> @ 2013-08-01 20:17 ` Stephen Warren [not found] ` <51FAC272.8040105-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Stephen Warren @ 2013-08-01 20:17 UTC (permalink / raw) To: Stefan Agner Cc: Thierry Reding, linux-tegra-u79uwXL29TY76Z2rM5mHXA, amartin-DDmLM1+adcrQT0dZR+AlfA On 07/23/2013 09:49 AM, Thierry Reding wrote: > On Sun, Jul 21, 2013 at 11:25:28PM +0200, Stefan Agner wrote: >> The SoC specific code is in subdirectories which leads to >> warnings in newer automake versions. The option subdir-objects >> prevents those warnings. >> >> Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org> --- src/Makefile.am >> | 2 ++ 1 file changed, 2 insertions(+) >> >> diff --git a/src/Makefile.am b/src/Makefile.am index >> 6fcc0d8..6fecfc7 100644 --- a/src/Makefile.am +++ >> b/src/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = >> subdir-objects + AM_CFLAGS = -Wall -std=c99 >> >> bin_PROGRAMS = cbootimage bct_dump > > Hi Stefan, > > Thanks for the patch. Generally this looks good to me, though > automake now complains: > > src/Makefile.am:36: compiling `t114/parse_t114.c' in subdir > requires `AM_PROG_CC_C_O' in `configure.ac' > > Which can quite easily be solved by adding that line in > configure.ac. Immediately following the AC_PROG_CC looks like a > good place for it. Stefan, are you planning on revising the patch based on Thierry's suggestion? ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <51FAC272.8040105-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>]
* Re: [PATCH tegra-cbootimage] Add automake option subdir-objects to prevent warnings [not found] ` <51FAC272.8040105-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> @ 2013-08-19 20:08 ` Allen Martin 2013-08-19 20:18 ` Stefan Agner 0 siblings, 1 reply; 5+ messages in thread From: Allen Martin @ 2013-08-19 20:08 UTC (permalink / raw) To: Stephen Warren Cc: Stefan Agner, Thierry Reding, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Thu, Aug 01, 2013 at 01:17:54PM -0700, Stephen Warren wrote: > On 07/23/2013 09:49 AM, Thierry Reding wrote: > > On Sun, Jul 21, 2013 at 11:25:28PM +0200, Stefan Agner wrote: > >> The SoC specific code is in subdirectories which leads to > >> warnings in newer automake versions. The option subdir-objects > >> prevents those warnings. > >> > >> Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org> --- src/Makefile.am > >> | 2 ++ 1 file changed, 2 insertions(+) > >> > >> diff --git a/src/Makefile.am b/src/Makefile.am index > >> 6fcc0d8..6fecfc7 100644 --- a/src/Makefile.am +++ > >> b/src/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = > >> subdir-objects + AM_CFLAGS = -Wall -std=c99 > >> > >> bin_PROGRAMS = cbootimage bct_dump > > > > Hi Stefan, > > > > Thanks for the patch. Generally this looks good to me, though > > automake now complains: > > > > src/Makefile.am:36: compiling `t114/parse_t114.c' in subdir > > requires `AM_PROG_CC_C_O' in `configure.ac' > > > > Which can quite easily be solved by adding that line in > > configure.ac. Immediately following the AC_PROG_CC looks like a > > good place for it. > > Stefan, are you planning on revising the patch based on Thierry's > suggestion? Hi, what's the status of this patch? Is there a version 2 to review? -Allen -- nvpublic ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH tegra-cbootimage] Add automake option subdir-objects to prevent warnings 2013-08-19 20:08 ` Allen Martin @ 2013-08-19 20:18 ` Stefan Agner 0 siblings, 0 replies; 5+ messages in thread From: Stefan Agner @ 2013-08-19 20:18 UTC (permalink / raw) To: Allen Martin Cc: Stephen Warren, Thierry Reding, linux-tegra-u79uwXL29TY76Z2rM5mHXA Am 2013-08-19 22:08, schrieb Allen Martin: > On Thu, Aug 01, 2013 at 01:17:54PM -0700, Stephen Warren wrote: >> On 07/23/2013 09:49 AM, Thierry Reding wrote: >> > On Sun, Jul 21, 2013 at 11:25:28PM +0200, Stefan Agner wrote: >> >> The SoC specific code is in subdirectories which leads to >> >> warnings in newer automake versions. The option subdir-objects >> >> prevents those warnings. >> >> >> >> Signed-off-by: Stefan Agner <stefan-XLVq0VzYD2Y@public.gmane.org> --- src/Makefile.am >> >> | 2 ++ 1 file changed, 2 insertions(+) >> >> >> >> diff --git a/src/Makefile.am b/src/Makefile.am index >> >> 6fcc0d8..6fecfc7 100644 --- a/src/Makefile.am +++ >> >> b/src/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = >> >> subdir-objects + AM_CFLAGS = -Wall -std=c99 >> >> >> >> bin_PROGRAMS = cbootimage bct_dump >> > >> > Hi Stefan, >> > >> > Thanks for the patch. Generally this looks good to me, though >> > automake now complains: >> > >> > src/Makefile.am:36: compiling `t114/parse_t114.c' in subdir >> > requires `AM_PROG_CC_C_O' in `configure.ac' >> > >> > Which can quite easily be solved by adding that line in >> > configure.ac. Immediately following the AC_PROG_CC looks like a >> > good place for it. >> >> Stefan, are you planning on revising the patch based on Thierry's >> suggestion? > > Hi, what's the status of this patch? Is there a version 2 to review? Funny, just sent the updated patch seconds ago! Altough, my mailer says I lost the race by 2 minutes :-( -- Stefan ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-08-19 20:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-21 21:25 [PATCH tegra-cbootimage] Add automake option subdir-objects to prevent warnings Stefan Agner
[not found] ` <ba99c86b9074ac9053f665350e6b4985-XLVq0VzYD2Y@public.gmane.org>
2013-07-23 15:49 ` Thierry Reding
[not found] ` <20130723154918.GB2864-RcKxWJ4Cfj3FNiLNb7+IINdj8bHVeoWogfoxzgwHRXE@public.gmane.org>
2013-08-01 20:17 ` Stephen Warren
[not found] ` <51FAC272.8040105-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-08-19 20:08 ` Allen Martin
2013-08-19 20:18 ` Stefan Agner
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox