core/pkg-autotools: align host configure commands to target one
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Nov 2015 14:39:41 +0000 (15:39 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 23 Nov 2015 17:36:35 +0000 (18:36 +0100)
The host configure commands are not indented the same way as the target
ones. Besides, there are leading spaces (instead of TABs) on one line.

Replicate the same indentation as used for the target commands.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-autotools.mk

index 478791475c123823ac495fc825bf620da2c8d223..502eeea6aa29aa2391f575175eadc12b5b47fab1 100644 (file)
@@ -214,12 +214,12 @@ else
 # installed.
 define $(2)_CONFIGURE_CMDS
        (cd $$($$(PKG)_SRCDIR) && rm -rf config.cache; \
-               $$(HOST_CONFIGURE_OPTS) \
-               CFLAGS="$$(HOST_CFLAGS)" \
-               LDFLAGS="$$(HOST_LDFLAGS)" \
-               $$($$(PKG)_CONF_ENV) \
-               CONFIG_SITE=/dev/null \
-               ./configure \
+       $$(HOST_CONFIGURE_OPTS) \
+       CFLAGS="$$(HOST_CFLAGS)" \
+       LDFLAGS="$$(HOST_LDFLAGS)" \
+       $$($$(PKG)_CONF_ENV) \
+       CONFIG_SITE=/dev/null \
+       ./configure \
                --prefix="$$(HOST_DIR)/usr" \
                --sysconfdir="$$(HOST_DIR)/etc" \
                --localstatedir="$$(HOST_DIR)/var" \