From patchwork Mon Jun 24 08:40:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 253735 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id CFBE92C0426 for ; Mon, 24 Jun 2013 18:42:14 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DA5CBA0071; Mon, 24 Jun 2013 08:42:09 +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 dNytxj+rjKqc; Mon, 24 Jun 2013 08:42:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 079F0A401E; Mon, 24 Jun 2013 08:41:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 984F18F7AC for ; Mon, 24 Jun 2013 08:41:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5F40E8A9F5 for ; Mon, 24 Jun 2013 08:41:30 +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 WisnQINKBjuX for ; Mon, 24 Jun 2013 08:41:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id BB3D88B1E1 for ; Mon, 24 Jun 2013 08:41:20 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id hq4so2300958wib.6 for ; Mon, 24 Jun 2013 01:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=XL2V9q+iHG693SKskwduMLawKwsFmmIkpi1K4cQXkn0=; b=T7pWb+rRlOs2IMnY0ytUzPzZS40q6AHzb8Mu5uNVPEXcxBoVHIMVL5qdZabDDBEXOO FMcOrmYjeNGk7ARrSl2JhCNMQVMrT93VMaEhSLVZ3sC5rRy5JFBIyReRTkh+BHKTznwI cG/TYQA5dQapR9Was6pk6vsZImWsrR5ldPBcc6zZzOJ2+F//RhZItmhRJay1oUN6laMt GyPees2BU45HAnAneECGfOVkTgTmP8QXFf4FKwdfiVPJxi27mtfzEpyhofw3K0NtKxvV 2gLSJtkyJC8q86QWLMHggYbijn4dsJsHa21iqOFyaPJvS5xgBXZ2+RaB+i51JYyly2O9 Fhyw== X-Received: by 10.180.126.2 with SMTP id mu2mr5250098wib.63.1372063279360; Mon, 24 Jun 2013 01:41:19 -0700 (PDT) Received: from lnx-rg.pr (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPSA id m3sm14877450wij.5.2013.06.24.01.41.17 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Jun 2013 01:41:18 -0700 (PDT) From: Richard Genoud To: buildroot@busybox.net Date: Mon, 24 Jun 2013 10:40:53 +0200 Message-Id: <1372063256-23292-3-git-send-email-richard.genoud@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1372063256-23292-1-git-send-email-richard.genoud@gmail.com> References: <1371743610-17810-1-git-send-email-richard.genoud@gmail.com> <1372063256-23292-1-git-send-email-richard.genoud@gmail.com> Cc: Thomas Petazzoni Subject: [Buildroot] [PATCHv3 2/5] tcl: remove strip command X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Stripping is done at the end of the buildroot process, for all files at once. There's no need to do it here. (Suggested by Thomas Petazzoni) Signed-off-by: Richard Genoud --- package/tcl/tcl.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk index fc62abd..dbdb40f 100644 --- a/package/tcl/tcl.mk +++ b/package/tcl/tcl.mk @@ -22,11 +22,6 @@ HOST_TCL_CONF_OPT = \ --disable-langinfo \ --disable-framework -define TCL_POST_INSTALL_CLEANUP - -$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libtcl8.4.so -endef -TCL_POST_INSTALL_TARGET_HOOKS += TCL_POST_INSTALL_CLEANUP - ifeq ($(BR2_PACKAGE_TCL_DEL_ENCODINGS),y) define TCL_REMOVE_ENCODINGS rm -rf $(TARGET_DIR)/usr/lib/tcl$(TCL_VERSION_MAJOR)/encoding/*