All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] pkgconf: Split pkgconf command into multi-line
@ 2019-10-01 12:41 Thomas Preston
  2019-10-01 12:41 ` [Buildroot] [PATCH 2/3] pkgconf: Add pkgconf system lib and include path Thomas Preston
  2019-10-01 12:41 ` [Buildroot] [PATCH 3/3] pkgconf: Configure using pkgconf-personality Thomas Preston
  0 siblings, 2 replies; 16+ messages in thread
From: Thomas Preston @ 2019-10-01 12:41 UTC (permalink / raw)
  To: buildroot

The pkgconf command is a long and confusing line, which is about to get
longer. Split it up into logical stages so that it is easier to
visualise changes.

Signed-off-by: Thomas Preston <thomas.preston@codethink.co.uk>
---
 package/pkgconf/pkg-config.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/pkgconf/pkg-config.in b/package/pkgconf/pkg-config.in
index 99c0add8fb..8795f64b68 100644
--- a/package/pkgconf/pkg-config.in
+++ b/package/pkgconf/pkg-config.in
@@ -2,4 +2,7 @@
 PKGCONFDIR=$(dirname $0)
 DEFAULT_PKG_CONFIG_LIBDIR=${PKGCONFDIR}/../@STAGING_SUBDIR@/usr/lib/pkgconfig:${PKGCONFDIR}/../@STAGING_SUBDIR@/usr/share/pkgconfig
 DEFAULT_PKG_CONFIG_SYSROOT_DIR=${PKGCONFDIR}/../@STAGING_SUBDIR@
-PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:-${DEFAULT_PKG_CONFIG_LIBDIR}} PKG_CONFIG_SYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR:-${DEFAULT_PKG_CONFIG_SYSROOT_DIR}} exec ${PKGCONFDIR}/pkgconf @STATIC@ "$@"
+
+PKG_CONFIG_LIBDIR=${PKG_CONFIG_LIBDIR:-${DEFAULT_PKG_CONFIG_LIBDIR}} \
+	PKG_CONFIG_SYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR:-${DEFAULT_PKG_CONFIG_SYSROOT_DIR}} \
+	exec ${PKGCONFDIR}/pkgconf @STATIC@ "$@"
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-10-21 11:35 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-01 12:41 [Buildroot] [PATCH 1/3] pkgconf: Split pkgconf command into multi-line Thomas Preston
2019-10-01 12:41 ` [Buildroot] [PATCH 2/3] pkgconf: Add pkgconf system lib and include path Thomas Preston
2019-10-01 13:47   ` Thomas Petazzoni
2019-10-03  8:56     ` Thomas Preston
2019-10-19 21:07   ` Arnout Vandecappelle
2019-10-21  9:54     ` Thomas Preston
2019-10-21 11:35       ` Arnout Vandecappelle
2019-10-01 12:41 ` [Buildroot] [PATCH 3/3] pkgconf: Configure using pkgconf-personality Thomas Preston
2019-10-02  8:14   ` Thomas Preston
2019-10-02 20:22     ` Yann E. MORIN
2019-10-03  8:28       ` Thomas Preston
2019-10-05 13:43         ` Arnout Vandecappelle
2019-10-12 20:09           ` Thomas Petazzoni
2019-10-13 16:18             ` Arnout Vandecappelle
2019-10-19 21:37   ` Arnout Vandecappelle
2019-10-19 21:39   ` Arnout Vandecappelle

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.