From patchwork Tue Feb 1 13:52:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5035 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jp5x53hlSz3wp0 for ; Tue, 1 Feb 2022 13:53:13 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jp5wp2S7kz5Mt; Tue, 1 Feb 2022 13:52:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jp5wn5MzKz315y; Tue, 1 Feb 2022 13:52:57 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jp5wl3dm0z315y for ; Tue, 1 Feb 2022 13:52:55 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Jp5wl2QWRz2DC; Tue, 1 Feb 2022 13:52:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643723575; 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=OfEjLq6p2HFMwungQFjtw5oQtLIvTxIRxoodUicNTB8=; b=FhUER69zBx9mePuwZeyo5txgi2kGKszmZC9R+dH4CXo7JqLCYpVpSpSSEJrovkAkh6YiCX SoNn/Cv1zQ1eRjDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643723575; 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=OfEjLq6p2HFMwungQFjtw5oQtLIvTxIRxoodUicNTB8=; b=WWPGMgkILGEf6oGBFsDI8uchjrQl1D8hCVnTiHTT0/qsJ7jJeNCkNL33HVFUViNXRXwXNW +SaPXrmZuslCSG/e86V1udu82kPCB5i2A7H5xIiCD/1oAFdbF1WipWk0QOHr/MibK19VXg n78dC/wOUw0AmqEWe3VWG/ja/wzI5uqi/b5Cf7Aif72AgrGQBeqTSEIIJsoCUBDnnZ+a9o /0kRP5d/b3Q87O9+/zBCNsGFBIcc7pWwQ7/2wqfMNk1cWdY3NGjCsyoQbcpjLqAUG1Xyre LZkvvbGYkPDj/P3c6/l3sRKcjuK2w4kP2YtYG0VlYNUHrP73f/NoCC+WZr8xyA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 10/10] Config: Remove /root/.cargo Date: Tue, 1 Feb 2022 13:52:46 +0000 Message-Id: <20220201135246.4096955-10-michael.tremer@ipfire.org> In-Reply-To: <20220201135246.4096955-1-michael.tremer@ipfire.org> References: <20220201135246.4096955-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" Signed-off-by: Michael Tremer --- lfs/Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/Config b/lfs/Config index 663410677..3e4de3b3f 100644 --- a/lfs/Config +++ b/lfs/Config @@ -276,7 +276,7 @@ define POSTBUILD @echo "Updating linker cache..." @type -p ldconfig >/dev/null && ldconfig || : @echo "Install done; saving file list to $(TARGET) ..." - @rm -rf $(GOPATH) + @rm -rf $(GOPATH) /root/.cargo @$(FIND_FILES) > $(DIR_SRC)/lsalrnew @diff $(DIR_SRC)/lsalr $(DIR_SRC)/lsalrnew | grep '^> ' | sed 's/^> //' > $(TARGET)_diff @cp -f $(DIR_SRC)/lsalrnew $(DIR_SRC)/lsalr