summaryrefslogtreecommitdiffstats
path: root/rules/bluez.make
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-11-12 15:56:37 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-17 19:00:12 +0100
commit002a328e361b5299393080773985625999629472 (patch)
treec562825d7805498d3f6ab8bba95d224760c45aae /rules/bluez.make
parent754a9e6a057ba06ed408ccd0b5db37fa4d15a8d3 (diff)
downloadptxdist-002a328e361b5299393080773985625999629472.tar.gz
ptxdist-002a328e361b5299393080773985625999629472.tar.xz
bluez: consistently make use of $(ptx/nl)
Prevent the shell from complaining about exceeding the command line length by adding newlines between the commands. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/bluez.make')
-rw-r--r--rules/bluez.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/bluez.make b/rules/bluez.make
index 246c7eab6..3ca8b9cb7 100644
--- a/rules/bluez.make
+++ b/rules/bluez.make
@@ -86,7 +86,7 @@ ifdef PTXCONF_BLUEZ_UTILS
hciattach hciconfig hcidump hcitool hex2hcd l2ping \
l2test mpris-proxy rctest rfcomm sdptool, \
$(call install_copy, bluez, 0, 0, 0755, -, \
- /usr/bin/$(binprogram));)
+ /usr/bin/$(binprogram))$(ptx/nl))
endif
ifdef PTXCONF_BLUEZ_CLIENT
@@ -100,7 +100,7 @@ ifdef PTXCONF_BLUEZ_INSTALL_TESTSCRIPTS
@$(foreach testdata, service-ftp.xml service-did.xml service-spp.xml \
service-record.dtd service-opp.xml, \
$(call install_copy, bluez, 0, 0, 0644, -, \
- /usr/lib/bluez/test/$(testdata));)
+ /usr/lib/bluez/test/$(testdata))$(ptx/nl))
@$(foreach testprog, list-devices opp-client \
simple-endpoint test-alert test-discovery \