From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sg-1-18.ptr.blmpb.com (sg-1-18.ptr.blmpb.com [118.26.132.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E004126CE35 for ; Fri, 31 Oct 2025 01:54:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=118.26.132.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761875696; cv=none; b=j9G7xqcvMpLfuj/8VSUYkFoh/CeeDILB474IbRSSLyMCXK0yfKEE7KKN8yfYT7KW5Pq/cC+irIq8urrZT4qYShY5bk7AqcIKc6+WQxUhQ0SeWFaF6UStfTg3dorYsAok4bLoD6zXkzV7dGkyjCp01bYXhSH9J0DCOvPAGGV9UUg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761875696; c=relaxed/simple; bh=EYDna7X6Q24qhLAXylBmBQN3mnh7dUClWaMNPgBXVxo=; h=To:Cc:Subject:Date:Message-Id:Mime-Version:In-Reply-To:References: From:Content-Type; b=YxKtsdjyk6YLlug8bB+pGnSMdY2X8NMgblM6LYi0sMbO2hAVgeRL7C9QC1WoMUnK+9uysVB2G3lp5/gm4s4c/P9KelQqg78i5kEDKBjCSkk7/SdrWR8A8bxwOuMRMExn36CVm1c7Db2yiPuB0krkbdmzoSc+goQXa//wWCjONdg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=openatom.club; spf=pass smtp.mailfrom=openatom.club; dkim=pass (2048-bit key) header.d=openatom-club.20200927.dkim.feishu.cn header.i=@openatom-club.20200927.dkim.feishu.cn header.b=McGKKpkq; arc=none smtp.client-ip=118.26.132.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=openatom.club Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=openatom.club Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=openatom-club.20200927.dkim.feishu.cn header.i=@openatom-club.20200927.dkim.feishu.cn header.b="McGKKpkq" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; s=s1; d=openatom-club.20200927.dkim.feishu.cn; t=1761875680; h=from:subject:mime-version:from:date:message-id:subject:to:cc: reply-to:content-type:mime-version:in-reply-to:message-id; bh=Gp1o4UTplKCOgLfZkeY/qHSRQIpdLB1Hpz5bGpRY9ug=; b=McGKKpkqbwWzFlS/MYnPTGgrnSHwnGKDldrvMAjXv8KOvI+JZdMCEp5DcQeU8WS/3v9kse bOYA7GWFnAHiJqqcNMBaDNyIL9Glzak53wU9cnzmijhfb30uyS4sXavjGBpCWStV4IY3vX 23steuH7mvtW8s2Uu8yNTnWaPUWmhepETyLBZ/R17psTfpAzreQLFQ36Gtkw1IwtHxGSgp jur2N+s0CNOsVDwJgTl2tk4e1K9t0LjhOH71CQCCGvu+Ty6j5OgYEXP/fHK6uPbqFZuI06 Xu0xHITe4zEGPjMPJz651SOw5GzEgpMG+TTlrPhSRXlhOe1ZBX6Z+wQgfGS99g== User-Agent: Mozilla Thunderbird To: "Miguel Ojeda" , "Tamir Duberstein" , "Daniel Gomez" Cc: , , , "Dongliang Mu" , "Nicolas Schier" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Danilo Krummrich" , "Masahiro Yamada" , =?utf-8?q?Thomas_Wei=C3=9Fschuh?= , "open list" , "open list:RUST:Keyword:b(?i:rust)b" Subject: Re: [PATCH] Makefile: Remove the product of pin_init cleanly in mrporper Date: Fri, 31 Oct 2025 09:54:36 +0800 Message-Id: Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 In-Reply-To: References: <9500284ff72ad4e4dc4799fa5392a7bbfdd34f3b.1761814593.git.chenmiao@openatom.club> Received: from [198.18.0.1] ([114.249.194.57]) by smtp.feishu.cn with ESMTPS; Fri, 31 Oct 2025 09:54:37 +0800 Content-Transfer-Encoding: quoted-printable X-Lms-Return-Path: From: "Chen Miao" X-Original-From: Chen Miao Content-Type: text/plain; charset=UTF-8 On 10/31/2025 1:41 AM, Miguel Ojeda wrote: > On Thu, Oct 30, 2025 at 10:08=E2=80=AFAM chenmiao wrote: >> - rust/libmacros.so rust/libmacros.dylib >> + rust/libmacros.so rust/libmacros.dylib rust/libpin_ini= t_internal.so > I think we will need the `.dylib` too, given the other one is there > (for the macOS builds some people do -- Cc'ing Daniel and Tamir). Or > did you avoid it for some reason? Hum, in fact I just seen the `.so` so I ignore the `.dylib`. I think should= =20 add the `.dylib`, I'll make revision later. Regard, Chen Miao > > Thanks! > > Cheers, > Miguel