All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix parallel build
@ 2009-09-22 10:59 Adam Gołębiowski
  2009-09-29 19:55 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Gołębiowski @ 2009-09-22 10:59 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Adam Gołębiowski

Since src/bluetoothd needs libbluetooth, add it to its dependencies.
Parallel build tested with make -j16.

Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0226554..642affc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -194,7 +194,7 @@ src_bluetoothd_SOURCES = $(gdbus_sources) $(builtin_sources) \
 src_bluetoothd_LDADD = lib/libbluetooth.la @GLIB_LIBS@ @DBUS_LIBS@ -ldl
 src_bluetoothd_LDFLAGS = -Wl,--export-dynamic \
 					-Wl,--version-script=src/bluetooth.ver
-src_bluetoothd_DEPENDENCIES = src/bluetooth.ver
+src_bluetoothd_DEPENDENCIES = src/bluetooth.ver lib/libbluetooth.la
 
 builtin_files = src/builtin.h $(builtin_nodist)
 
-- 
1.6.4.4


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

* Re: [PATCH] Fix parallel build
  2009-09-22 10:59 [PATCH] Fix parallel build Adam Gołębiowski
@ 2009-09-29 19:55 ` Marcel Holtmann
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2009-09-29 19:55 UTC (permalink / raw)
  To: Adam Gołębiowski; +Cc: linux-bluetooth

Hi Adam,

> Since src/bluetoothd needs libbluetooth, add it to its dependencies.
> Parallel build tested with make -j16.
> 
> Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>
> ---
>  Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

actually I already applied this patch.

Regards

Marcel



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

* Re: [PATCH] Fix parallel build
  2009-09-22 18:46 Adam Gołębiowski
@ 2009-09-22 21:51 ` Marcel Holtmann
  0 siblings, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2009-09-22 21:51 UTC (permalink / raw)
  To: Adam Gołębiowski; +Cc: linux-bluetooth

Hi Adam,

> Since src/bluetoothd needs libbluetooth, add it to its dependencies.
> Parallel build tested with make -j16.

patch has been applied. Thanks.

> Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>

The signed-off-by lines are not used within BlueZ.

Regards

Marcel



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

* [PATCH] Fix parallel build
@ 2009-09-22 18:46 Adam Gołębiowski
  2009-09-22 21:51 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Gołębiowski @ 2009-09-22 18:46 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Adam Gołębiowski

Since src/bluetoothd needs libbluetooth, add it to its dependencies.
Parallel build tested with make -j16.

Signed-off-by: Adam Gołębiowski <adamg@pld-linux.org>
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0226554..642affc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -194,7 +194,7 @@ src_bluetoothd_SOURCES = $(gdbus_sources) $(builtin_sources) \
 src_bluetoothd_LDADD = lib/libbluetooth.la @GLIB_LIBS@ @DBUS_LIBS@ -ldl
 src_bluetoothd_LDFLAGS = -Wl,--export-dynamic \
 					-Wl,--version-script=src/bluetooth.ver
-src_bluetoothd_DEPENDENCIES = src/bluetooth.ver
+src_bluetoothd_DEPENDENCIES = src/bluetooth.ver lib/libbluetooth.la
 
 builtin_files = src/builtin.h $(builtin_nodist)
 
-- 
1.6.4.4


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

end of thread, other threads:[~2009-09-29 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-22 10:59 [PATCH] Fix parallel build Adam Gołębiowski
2009-09-29 19:55 ` Marcel Holtmann
2009-09-22 18:46 Adam Gołębiowski
2009-09-22 21:51 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.