From patchwork Tue Mar 8 21:58:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerzy Grzegorek X-Patchwork-Id: 594361 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 63E6E140662 for ; Wed, 9 Mar 2016 08:58:28 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2745995C4E; Tue, 8 Mar 2016 21:58:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F3eTU4qeUfhb; Tue, 8 Mar 2016 21:58:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 65A0A95B57; Tue, 8 Mar 2016 21:58:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 1E8691C0EEF for ; Tue, 8 Mar 2016 21:58:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 18A598BEA9 for ; Tue, 8 Mar 2016 21:58:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S6TmXBxYxz7z for ; Tue, 8 Mar 2016 21:58:18 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.internet.v.pl (mail.internet.v.pl [62.69.205.34]) by whitealder.osuosl.org (Postfix) with SMTP id 52CD28BBA8 for ; Tue, 8 Mar 2016 21:58:18 +0000 (UTC) Received: from localhost.localdomain (93-181-142-99.internetia.net.pl [93.181.142.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerzy.grzegorek@trzebnica.net) by mail.internet.v.pl (Postfix) with ESMTPSA id 39BAA1D1F7A; Tue, 8 Mar 2016 22:58:17 +0100 (CET) From: Jerzy Grzegorek To: buildroot@busybox.net Date: Tue, 8 Mar 2016 22:58:05 +0100 Message-Id: <1457474286-18685-3-git-send-email-jerzy.grzegorek@trzebnica.net> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1457474286-18685-1-git-send-email-jerzy.grzegorek@trzebnica.net> References: <1457474286-18685-1-git-send-email-jerzy.grzegorek@trzebnica.net> Subject: [Buildroot] [PATCH 3/4] ltp-testsuite: indentation cleanup X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Jerzy Grzegorek --- 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