From: Marcel Holtmann <marcel@holtmann.org>
To: ofono@ofono.org
Subject: Re: [RESEND] [PATCH] Mark ofono/*.h symbolink links as built sources
Date: Sat, 04 Dec 2010 01:06:06 +0100 [thread overview]
Message-ID: <1291421166.4795.115.camel@aeonflux> (raw)
In-Reply-To: <1291404982-13459-1-git-send-email-remi.denis-courmont@nokia.com>
[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]
Hi Remi,
> This forces automake/make to build them first if needed (as before).
> But it avoids marking every single header as a dependency of every
> single object. Thus we do not need a bogus full rebuild of the tree
> everytime a header is added.
I have run some tests on this and seems fine to me.
> ---
> Makefile.am | 5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index a4c47e8..ee7949d 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -326,7 +326,8 @@ src_ofonod_LDADD = $(builtin_libadd) @GLIB_LIBS@ @DBUS_LIBS@ @CAPNG_LIBS@ -ldl
> src_ofonod_LDFLAGS = -Wl,--export-dynamic \
> -Wl,--version-script=$(srcdir)/src/ofono.ver
>
> -CLEANFILES = src/builtin.h $(local_headers) $(rules_DATA)
> +BUILT_SOURCES = $(local_headers)
> +CLEANFILES = src/builtin.h $(BUILT_SOURCES) $(rules_DATA)
But can you please add an empty line between these two variable
assignments. Just for consistency with the rest of the Makefile.am code.
Regards
Marcel
prev parent reply other threads:[~2010-12-04 0:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 19:36 [RESEND] [PATCH] Mark ofono/*.h symbolink links as built sources =?unknown-8bit?q?R=C3=A9mi?= Denis-Courmont
2010-12-04 0:06 ` Marcel Holtmann [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1291421166.4795.115.camel@aeonflux \
--to=marcel@holtmann.org \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox