All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/gpm: indentation cleanup
Date: Fri, 28 Oct 2016 12:14:04 +0200	[thread overview]
Message-ID: <1477649644-5187-2-git-send-email-jerzy.grzegorek@trzebnica.net> (raw)
In-Reply-To: <1477649644-5187-1-git-send-email-jerzy.grzegorek@trzebnica.net>

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
---
 package/gpm/gpm.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/gpm/gpm.mk b/package/gpm/gpm.mk
index 6d3b5d2..ed4c1fd 100644
--- a/package/gpm/gpm.mk
+++ b/package/gpm/gpm.mk
@@ -15,8 +15,9 @@ GPM_DEPENDENCIES = host-bison
 # if not already installed in staging dir, gpm Makefile may fail to find some
 # of the headers needed to generate build dependencies, the first time it is
 # built. CPPFLAGS is used to pass the right include path to dependency rules.
-GPM_CONF_ENV = CPPFLAGS="$(TARGET_CPPFLAGS) -I$(@D)/src/headers/" \
-			   ac_cv_path_emacs=no
+GPM_CONF_ENV = \
+	CPPFLAGS="$(TARGET_CPPFLAGS) -I$(@D)/src/headers/" \
+	ac_cv_path_emacs=no
 
 # For some reason, Microblaze gcc does not define __ELF__, which gpm
 # configure script uses to determine whether the architecture uses ELF
-- 
1.9.1

  reply	other threads:[~2016-10-28 10:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-28 10:14 [Buildroot] [PATCH 1/2] package/postgresql: indentation cleanup Jerzy Grzegorek
2016-10-28 10:14 ` Jerzy Grzegorek [this message]
2016-10-28 12:45 ` Thomas Petazzoni

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=1477649644-5187-2-git-send-email-jerzy.grzegorek@trzebnica.net \
    --to=jerzy.grzegorek@trzebnica.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.