mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <r.hieber@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <r.hieber@pengutronix.de>
Subject: [ptxdist] [PATCH v2 2/5] bluez: consistently make use of $(ptx/nl)
Date: Mon, 12 Nov 2018 15:56:37 +0100	[thread overview]
Message-ID: <20181112145640.22901-3-r.hieber@pengutronix.de> (raw)
In-Reply-To: <20181112145640.22901-1-r.hieber@pengutronix.de>

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>
---
 rules/bluez.make | 4 ++--
 1 file 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 \
-- 
2.19.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2018-11-12 14:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-12 14:56 [ptxdist] [PATCH v2 0/5] bluez fixes and version bump to 5.50 Roland Hieber
2018-11-12 14:56 ` [ptxdist] [PATCH v2 1/5] bluez: fix license string Roland Hieber
2018-11-12 14:56 ` Roland Hieber [this message]
2018-11-12 14:56 ` [ptxdist] [PATCH v2 3/5] bluez: make it possible to disable building the tools Roland Hieber
2018-11-12 14:56 ` [ptxdist] [PATCH v2 4/5] bluez: rename PTXCONF_BLUEZ{_UTILS -> _TOOLS}* for consistency Roland Hieber
2018-11-12 14:56 ` [ptxdist] [PATCH v2 5/5] bluez: version bump 5.30 -> 5.50 Roland Hieber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181112145640.22901-3-r.hieber@pengutronix.de \
    --to=r.hieber@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox