projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d8617b
)
tools: ynl: remove __pycache__ during clean
author
Jakub Kicinski
<kuba@kernel.org>
Tue, 5 Mar 2024 05:13:28 +0000
(21:13 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 6 Mar 2024 12:05:10 +0000
(12:05 +0000)
Build process uses python to generate the user space code.
Remove __pycache__ on make clean.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/net/ynl/lib/Makefile
patch
|
blob
|
history
diff --git
a/tools/net/ynl/lib/Makefile
b/tools/net/ynl/lib/Makefile
index 1507833d05c5a1279b7bee2ac7357d1556efb21c..dfff3ecd1cbabb7a1e90490d379c9e1273f9ae90 100644
(file)
--- a/
tools/net/ynl/lib/Makefile
+++ b/
tools/net/ynl/lib/Makefile
@@
-17,6
+17,7
@@
ynl.a: $(OBJS)
ar rcs $@ $(OBJS)
clean:
rm -f *.o *.d *~
+ rm -rf __pycache__
distclean: clean
rm -f *.a