rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [RESEND PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper
@ 2025-11-04  1:51 Chen Miao
  0 siblings, 0 replies; only message in thread
From: Chen Miao @ 2025-11-04  1:51 UTC (permalink / raw)
  To: miguel.ojeda.sandonis, tamird, da.gomez
  Cc: hust-os-kernel-patches, linux-kernel, rust-for-linux

PING.

On 10/31/2025 10:32 AM, chenmiao wrote:
> When I enabled Rust compilation, I wanted to clean up its output, so I
> used make clean and make mrproper. However, I was still able to find that
> libpin_init_internal.so in the rust directory was not deleted, while
> all other corresponding outputs were cleared.
>
> Dongliang Mu <dzm91@hust.edu.cn>
> Signed-off-by: chenmiao <chenmiao@openatom.club>
> ---
> Changes in V2:
> 	- Add the `.dylib` to mrproper files.
> ---
>   Makefile | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index b34a1f4c03967..b38b2895e1e4a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1590,7 +1590,8 @@ MRPROPER_FILES += include/config include/generated          \
>   		  certs/x509.genkey \
>   		  vmlinux-gdb.py \
>   		  rpmbuild \
> -		  rust/libmacros.so rust/libmacros.dylib
> +		  rust/libmacros.so rust/libmacros.dylib \
> +		  rust/libpin_init_internal.so rust/libpin_init_internal.dylib
>   
>   # clean - Delete most, but leave enough to build external modules
>   #

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-11-04  1:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-04  1:51 [RESEND PATCH v2] Makefile: Remove the product of pin_init cleanly in mrporper Chen Miao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).