From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package: indentation cleanup
Date: Thu, 18 Jun 2015 17:58:34 +0200 [thread overview]
Message-ID: <5582EAAA.2050902@mind.be> (raw)
In-Reply-To: <1434607821-10560-1-git-send-email-jerzy.grzegorek@trzebnica.net>
On 06/18/15 08:10, Jerzy Grzegorek wrote:
> Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Verified that it's whitespace-only and that the fixes are correct.
Regards,
Arnout
> ---
> package/ejabberd/ejabberd.mk | 2 +-
> package/libxmlrpc/libxmlrpc.mk | 2 +-
> package/odhcp6c/odhcp6c.mk | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/ejabberd/ejabberd.mk b/package/ejabberd/ejabberd.mk
> index 07ce78e..650dc0e 100644
> --- a/package/ejabberd/ejabberd.mk
> +++ b/package/ejabberd/ejabberd.mk
> @@ -40,7 +40,7 @@ endef
> EJABBERD_POST_INSTALL_TARGET_HOOKS += EJABBERD_FIX_EJABBERDCTL
>
> define EJABBERD_USERS
> -ejabberd -1 ejabberd -1 * /var/lib/ejabberd /bin/sh - ejabberd daemon
> + ejabberd -1 ejabberd -1 * /var/lib/ejabberd /bin/sh - ejabberd daemon
> endef
>
> define EJABBERD_INSTALL_INIT_SYSV
> diff --git a/package/libxmlrpc/libxmlrpc.mk b/package/libxmlrpc/libxmlrpc.mk
> index c3788d6..7d11205 100644
> --- a/package/libxmlrpc/libxmlrpc.mk
> +++ b/package/libxmlrpc/libxmlrpc.mk
> @@ -16,7 +16,7 @@ LIBXMLRPC_MAKE = $(MAKE1)
>
> # Using autoconf, not automake, so we cannot use AUTORECONF = YES.
> define LIBXMLRPC_RUN_AUTOCONF
> - cd $(@D); $(HOST_DIR)/usr/bin/autoconf
> + cd $(@D); $(HOST_DIR)/usr/bin/autoconf
> endef
>
> LIBXMLRPC_PRE_CONFIGURE_HOOKS += LIBXMLRPC_RUN_AUTOCONF
> diff --git a/package/odhcp6c/odhcp6c.mk b/package/odhcp6c/odhcp6c.mk
> index 8102c26..47944f1 100644
> --- a/package/odhcp6c/odhcp6c.mk
> +++ b/package/odhcp6c/odhcp6c.mk
> @@ -10,7 +10,7 @@ ODHCP6C_LICENSE = GPLv2
> ODHCP6C_LICENSE_FILES = COPYING
>
> define ODHCP6C_INSTALL_SCRIPT
> - $(INSTALL) -m 0755 -D $(@D)/odhcp6c-example-script.sh \
> + $(INSTALL) -m 0755 -D $(@D)/odhcp6c-example-script.sh \
> $(TARGET_DIR)/usr/sbin/odhcp6c-update
> endef
>
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2015-06-18 15:58 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-18 6:10 [Buildroot] [PATCH 1/1] package: indentation cleanup Jerzy Grzegorek
2015-06-18 15:58 ` Arnout Vandecappelle [this message]
2015-06-18 21:42 ` Thomas Petazzoni
-- strict thread matches above, loose matches on Subject: below --
2015-06-22 6:38 Jerzy Grzegorek
2015-06-22 21:06 ` Peter Korsgaard
2015-01-15 7:21 Jerzy Grzegorek
2015-01-15 8:43 ` Thomas Petazzoni
2014-12-30 7:36 Jerzy Grzegorek
2014-12-30 10:17 ` Peter Korsgaard
2014-12-24 7:54 Jerzy Grzegorek
2014-12-24 10:44 ` Thomas Petazzoni
2014-12-22 8:12 Jerzy Grzegorek
2014-12-22 8:28 ` Thomas Petazzoni
2014-12-15 8:56 Jerzy Grzegorek
2014-12-16 7:15 ` Thomas Petazzoni
2014-12-20 20:53 ` Thomas Petazzoni
2014-12-09 15:14 Jerzy Grzegorek
2014-12-10 20:54 ` Thomas Petazzoni
2014-10-27 8:25 Jerzy Grzegorek
2014-11-02 22:27 ` Peter Korsgaard
2014-10-25 18:29 Jerzy Grzegorek
2014-10-26 4:47 ` Peter Korsgaard
2014-10-25 6:20 Jerzy Grzegorek
2014-10-25 8:39 ` Thomas Petazzoni
2014-10-24 5:57 Jerzy Grzegorek
2014-10-24 23:15 ` Peter Korsgaard
2014-10-23 8:43 Jerzy Grzegorek
2014-10-23 20:14 ` Thomas Petazzoni
2014-10-02 20:04 Jerzy Grzegorek
2014-10-02 20:44 ` Peter Korsgaard
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=5582EAAA.2050902@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/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