Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 2/2] Resolve parallel build builtin.h
@ 2011-11-12 19:13 Alon Bar-Lev
  2011-11-12 23:26 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Alon Bar-Lev @ 2011-11-12 19:13 UTC (permalink / raw)
  To: linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

builtin.h is generated source, the priority of build should
be unconditional.

The dependency in plugin.$(OBJEXT) cannot be trusted also it
does not work for me.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
---

[-- Attachment #2: 0002-PATCH-Resolve-parallel-build-builtin.h.patch --]
[-- Type: text/x-patch, Size: 1000 bytes --]

From 38a3461fdb3e1eeb3fc8b3981ede082113d3d117 Mon Sep 17 00:00:00 2001
From: Alon Bar-Lev <alon.barlev@gmail.com>
Date: Sat, 12 Nov 2011 20:58:16 +0200
Subject: [PATCH 2/2] [PATCH] Resolve parallel build builtin.h

builtin.h is generated source, the priority of build should
be unconditional.

The dependency in plugin.$(OBJEXT) cannot be trusted also it
does not work for me.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
---
 Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7f2c156..0140e39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -469,8 +469,7 @@ MAINTAINERCLEANFILES = Makefile.in \
 	aclocal.m4 configure config.h.in config.sub config.guess \
 	ltmain.sh depcomp compile missing install-sh mkinstalldirs ylwrap
 
-src/plugin.$(OBJEXT): src/builtin.h
-
+BUILT_SOURCES += src/builtin.h
 src/builtin.h: src/genbuiltin $(builtin_sources)
 	$(AM_V_GEN)$(srcdir)/src/genbuiltin $(builtin_modules) > $@
 
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] Resolve parallel build builtin.h
  2011-11-12 19:13 [PATCH 2/2] Resolve parallel build builtin.h Alon Bar-Lev
@ 2011-11-12 23:26 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2011-11-12 23:26 UTC (permalink / raw)
  To: Alon Bar-Lev; +Cc: linux-bluetooth

Hi Alon,

> builtin.h is generated source, the priority of build should
> be unconditional.
> 
> The dependency in plugin.$(OBJEXT) cannot be trusted also it
> does not work for me.
> 
> Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
> ---

see my comments from the other emails on how to submit patches.

For this one, I fixed this anyway, since the change was simple.

Regards

Marcel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-12 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-12 19:13 [PATCH 2/2] Resolve parallel build builtin.h Alon Bar-Lev
2011-11-12 23:26 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox