Subject: [PATCH BlueZ v2 1/6] build: remove unused variable builtin_nodist

From: Emil Velikov <[email protected]>

---
Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e738eb3a5..a470e40cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -288,7 +288,6 @@ gobex_sources = gobex/gobex.h gobex/gobex.c \
builtin_modules =
builtin_sources =
builtin_cppflags =
-builtin_nodist =
builtin_ldadd =

include Makefile.plugins
@@ -350,7 +349,7 @@ src_bluetoothd_CPPFLAGS = $(AM_CPPFLAGS) -DBLUETOOTH_PLUGIN_BUILTIN \
$(BACKTRACE_CFLAGS) $(builtin_cppflags)
src_bluetoothd_SHORTNAME = bluetoothd

-builtin_files = src/builtin.h $(builtin_nodist)
+builtin_files = src/builtin.h

nodist_src_bluetoothd_SOURCES = $(builtin_files)


--
2.43.0



2024-01-24 18:33:49

by bluez.test.bot

[permalink] [raw]
Subject: RE: Autotools papercuts, linker GC, symlink dbus-org.bluez.obex.service

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=819560

---Test result---

Test Summary:
CheckPatch PASS 2.17 seconds
GitLint PASS 1.67 seconds
BuildEll PASS 24.22 seconds
BluezMake PASS 734.57 seconds
MakeCheck PASS 12.13 seconds
MakeDistcheck PASS 166.26 seconds
CheckValgrind PASS 228.88 seconds
CheckSmatch PASS 332.09 seconds
bluezmakeextell PASS 108.61 seconds
IncrementalBuild PASS 4118.59 seconds
ScanBuild PASS 966.75 seconds



---
Regards,
Linux Bluetooth