diff mbox series

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

Message ID 20240124-autofoo-v2-1-a210f20aa2f7@gmail.com (mailing list archive)
State Accepted
Commit 215e6c7083da6a495b8755418052bd46344240c5
Headers show
Series Autotools papercuts, linker GC, symlink dbus-org.bluez.obex.service | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint success Gitlint PASS
tedd_an/BuildEll success Build ELL PASS
tedd_an/BluezMake success Bluez Make PASS
tedd_an/MakeCheck success Bluez Make Check PASS
tedd_an/MakeDistcheck success Make Distcheck PASS
tedd_an/CheckValgrind success Check Valgrind PASS
tedd_an/CheckSmatch success CheckSparse PASS
tedd_an/bluezmakeextell success Make External ELL PASS
tedd_an/IncrementalBuild success Incremental Build PASS
tedd_an/ScanBuild success Scan Build PASS

Commit Message

Emil Velikov via B4 Relay Jan. 24, 2024, 4:20 p.m. UTC
From: Emil Velikov <emil.velikov@collabora.com>

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

Comments

bluez.test.bot@gmail.com Jan. 24, 2024, 6:33 p.m. UTC | #1
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
diff mbox series

Patch

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)