[Buildroot] [git commit] ltp-testsuite: indentation cleanup

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Mar 8 22:59:40 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=882dd6027689005d2321689cc0776fcb0b0afc2e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ltp-testsuite/ltp-testsuite.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index 81b1d87..7d455de 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -41,9 +41,9 @@ LTP_TESTSUITE_CONF_ENV += \
 # Requires uClibc fts and bessel support, normally not enabled
 ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
 define LTP_TESTSUITE_REMOVE_UNSUPPORTED
-        rm -rf $(@D)/testcases/kernel/controllers/cpuset/
-        rm -rf $(@D)/testcases/misc/math/float/bessel/
-        rm -f $(@D)/testcases/misc/math/float/float_bessel.c
+	rm -rf $(@D)/testcases/kernel/controllers/cpuset/
+	rm -rf $(@D)/testcases/misc/math/float/bessel/
+	rm -f $(@D)/testcases/misc/math/float/float_bessel.c
 endef
 LTP_TESTSUITE_POST_PATCH_HOOKS += LTP_TESTSUITE_REMOVE_UNSUPPORTED
 endif


More information about the buildroot mailing list