]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/nolibc: drop call to mrproper target
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 23 Jan 2025 07:37:39 +0000 (08:37 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 3 Feb 2025 20:02:13 +0000 (21:02 +0100)
commit25d5ef9e7c55fa6f997a53eced9a33a982c9421b
tree82b75420e2d845e237cf83a3531c99c97286e920
parenta75b763b51ee259b5c6dd3725b5fe515548917fe
selftests/nolibc: drop call to mrproper target

"mrproper" unnecessarily cleans a lot of files.
kbuild is smart enough to handle changed configurations,
so the cleanup is not necessary and only leads to excessive rebuilds.

Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250123-nolibc-config-v2-3-5701c35995d6@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/Makefile