* [PATCH bpf-next] selftests/bpf: don't include .d files on make clean
@ 2024-07-23 3:07 Ihor Solodrai
2024-07-23 4:03 ` bot+bpf-ci
2024-07-23 20:20 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Ihor Solodrai @ 2024-07-23 3:07 UTC (permalink / raw)
To: bpf
Cc: Alexei Starovoitov, Eduard Zingerman, Andrii Nakryiko,
Daniel Borkmann, Mykola Lysenko
Ignore generated %.test.o dependencies when make goal is clean or
docs-clean.
Link: https://lore.kernel.org/all/oNTIdax7aWGJdEgabzTqHzF4r-WTERrV1e1cNaPQMp-UhYUQpozXqkbuAlLBulczr6I99-jM5x3dxv56JJowaYBkm765R9Aa9kyrVuCl_kA=@pm.me
Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
---
tools/testing/selftests/bpf/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile
index 05b234248..74f829952 100644
--- a/tools/testing/selftests/bpf/Makefile
+++ b/tools/testing/selftests/bpf/Makefile
@@ -608,7 +608,9 @@ $(TRUNNER_TEST_OBJS:.o=.d): $(TRUNNER_OUTPUT)/%.test.d: \
$(TRUNNER_BPF_SKELS_LINKED) \
$$(BPFOBJ) | $(TRUNNER_OUTPUT)
+ifeq ($(filter clean docs-clean,$(MAKECMDGOALS)),)
include $(wildcard $(TRUNNER_TEST_OBJS:.o=.d))
+endif
$(TRUNNER_EXTRA_OBJS): $(TRUNNER_OUTPUT)/%.o: \
%.c \
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH bpf-next] selftests/bpf: don't include .d files on make clean
2024-07-23 3:07 [PATCH bpf-next] selftests/bpf: don't include .d files on make clean Ihor Solodrai
@ 2024-07-23 4:03 ` bot+bpf-ci
2024-07-23 20:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: bot+bpf-ci @ 2024-07-23 4:03 UTC (permalink / raw)
Cc: bpf, kernel-ci
[-- Attachment #1: Type: text/plain, Size: 533 bytes --]
Dear patch submitter,
CI has tested the following submission:
Status: SUCCESS
Name: [bpf-next] selftests/bpf: don't include .d files on make clean
Patchwork: https://patchwork.kernel.org/project/netdevbpf/list/?series=873111&state=*
Matrix: https://github.com/kernel-patches/bpf/actions/runs/10052097292
No further action is necessary on your part.
Please note: this email is coming from an unmonitored mailbox. If you have
questions or feedback, please reach out to the Meta Kernel CI team at
kernel-ci@meta.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH bpf-next] selftests/bpf: don't include .d files on make clean
2024-07-23 3:07 [PATCH bpf-next] selftests/bpf: don't include .d files on make clean Ihor Solodrai
2024-07-23 4:03 ` bot+bpf-ci
@ 2024-07-23 20:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-07-23 20:20 UTC (permalink / raw)
To: Ihor Solodrai; +Cc: bpf, ast, eddyz87, andrii.nakryiko, daniel, mykolal
Hello:
This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:
On Tue, 23 Jul 2024 03:07:00 +0000 you wrote:
> Ignore generated %.test.o dependencies when make goal is clean or
> docs-clean.
>
> Link: https://lore.kernel.org/all/oNTIdax7aWGJdEgabzTqHzF4r-WTERrV1e1cNaPQMp-UhYUQpozXqkbuAlLBulczr6I99-jM5x3dxv56JJowaYBkm765R9Aa9kyrVuCl_kA=@pm.me
> Signed-off-by: Ihor Solodrai <ihor.solodrai@pm.me>
> ---
> tools/testing/selftests/bpf/Makefile | 2 ++
> 1 file changed, 2 insertions(+)
Here is the summary with links:
- [bpf-next] selftests/bpf: don't include .d files on make clean
https://git.kernel.org/bpf/bpf-next/c/76e17a202fff
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-23 20:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 3:07 [PATCH bpf-next] selftests/bpf: don't include .d files on make clean Ihor Solodrai
2024-07-23 4:03 ` bot+bpf-ci
2024-07-23 20:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox