[LTP] [PATCH v3 1/4] doc/Makefile: Remove also metadata/ltp.json
Petr Vorel
pvorel@suse.cz
Tue Mar 25 00:40:13 CET 2025
Because there is no detection whether tests changed it's better to
remove JSON file on metadata cleanup.
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
New in v3.
doc/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index a07df04d5c..3c5682ad00 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -15,4 +15,5 @@ spelling:
sphinx-build -b spelling -d build/doctree . build/spelling
clean:
- rm -rf html/ build/ _static/syscalls.rst _static/tests.rst syscalls.tbl
+ rm -rf html/ build/ _static/syscalls.rst _static/tests.rst syscalls.tbl \
+ ${abs_top_builddir}/metadata/ltp.json
--
2.47.2
More information about the ltp
mailing list