From bd8c733fb4a0ca6ca1aa72f8b549d53dcd37f4ee Mon Sep 17 00:00:00 2001 From: Jerzy Grzegorek Date: Tue, 31 Mar 2015 09:21:57 +0200 Subject: packages: indentation cleanup This commit doesn't touch infra packages. Signed-off-by: Jerzy Grzegorek Signed-off-by: Thomas Petazzoni --- package/gdb/gdb.mk | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'package/gdb') diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk index 3ae473fe72..98183206f9 100644 --- a/package/gdb/gdb.mk +++ b/package/gdb/gdb.mk @@ -86,16 +86,16 @@ GDB_CONF_OPTS = \ --enable-static ifeq ($(BR2_PACKAGE_GDB_TUI),y) - GDB_CONF_OPTS += --enable-tui +GDB_CONF_OPTS += --enable-tui else - GDB_CONF_OPTS += --disable-tui +GDB_CONF_OPTS += --disable-tui endif ifeq ($(BR2_PACKAGE_GDB_PYTHON),y) - GDB_CONF_OPTS += --with-python=$(TOPDIR)/package/gdb/gdb-python-config - GDB_DEPENDENCIES += python +GDB_CONF_OPTS += --with-python=$(TOPDIR)/package/gdb/gdb-python-config +GDB_DEPENDENCIES += python else - GDB_CONF_OPTS += --without-python +GDB_CONF_OPTS += --without-python endif # This removes some unneeded Python scripts and XML target description @@ -137,16 +137,16 @@ HOST_GDB_CONF_OPTS = \ --disable-sim ifeq ($(BR2_PACKAGE_HOST_GDB_TUI),y) - HOST_GDB_CONF_OPTS += --enable-tui +HOST_GDB_CONF_OPTS += --enable-tui else - HOST_GDB_CONF_OPTS += --disable-tui +HOST_GDB_CONF_OPTS += --disable-tui endif ifeq ($(BR2_PACKAGE_HOST_GDB_PYTHON),y) - HOST_GDB_CONF_OPTS += --with-python=$(HOST_DIR)/usr/bin/python2 - HOST_GDB_DEPENDENCIES += host-python +HOST_GDB_CONF_OPTS += --with-python=$(HOST_DIR)/usr/bin/python2 +HOST_GDB_DEPENDENCIES += host-python else - HOST_GDB_CONF_OPTS += --without-python +HOST_GDB_CONF_OPTS += --without-python endif ifeq ($(GDB_FROM_GIT),y) -- cgit v1.2.1