From patchwork Thu Apr 16 19:27:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2970 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4938Pk1904z3xQv for ; Thu, 16 Apr 2020 19:27:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4938Pf5sL5z2nf; Thu, 16 Apr 2020 19:27:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4938Pf4Pr6z2ycc; Thu, 16 Apr 2020 19:27:34 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4938Pb22NZz2y3R for ; Thu, 16 Apr 2020 19:27:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 4938Pb0DY5z2b9; Thu, 16 Apr 2020 19:27:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1587065251; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2cYdz0yXVhJtUsgdk0gxnhAlKQIn2A6LGxCS18JkXME=; b=spVi2yuASzUoAt3XjUIOkD4+s7ggzEgfUJzIUBNLRAaSN5Mqdt1tmYtuBvq4Vhd8o7iAu5 aPrjw+BgelWXoeBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1587065251; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2cYdz0yXVhJtUsgdk0gxnhAlKQIn2A6LGxCS18JkXME=; b=wKbBp62f7Q0Yiwk4Cer6YqzMXPEJRuwGE8xB5FAGPUy1teXFNmfpVcdtBrLnF13w5xNXAM CCdtPihXKnMMF9KLHWTg0od0kdD8FTwquXct3w42WVYmsZut7oQMbie/m0GJFGn+ZEJZ3k qRcTN++ZS1zxAgySUuw7QzfsAvl036Fg/GjIGd0HKW3suVBFH12oE9z+LY7ttMpUzCk7Rt S7D9GFBdQG3+wiweP5AHE6r79N4qxZTFWTPYFAPcKgUjQGujLvVCA1d2ytDfXBE7cVP+5R nU9NEXbTP2oByy+D9nJObOs9nwb3WnYqx/NbIddRT/ty0cWCs7GWySGswZ0YkA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 4/9] strip: Do not try to strip Go binaries Date: Thu, 16 Apr 2020 19:27:09 +0000 Message-Id: <20200416192714.25542-4-michael.tremer@ipfire.org> In-Reply-To: <20200416192714.25542-1-michael.tremer@ipfire.org> References: <20200416192714.25542-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" There is loads of stuff for PowerPC and other architectures in the directory which we cannot strip. Therefore we ignore the whole directory. Signed-off-by: Michael Tremer --- lfs/strip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/strip b/lfs/strip index 08aaee7c4..63e90fed2 100644 --- a/lfs/strip +++ b/lfs/strip @@ -61,4 +61,5 @@ $(TARGET) : # /usr/sbin/vdr. STRIP=$(STRIP) $(SHELL) $(DIR_SRC)/src/stripper $(ROOT) \ --exclude=/usr/src --exclude=$(TOOLS_DIR) \ - --exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr + --exclude=/usr/sbin/vdr --exclude=/usr/lib/vdr \ + --exclude=/usr/lib/go