projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9af641
)
tools: hv: rm .*.cmd when make clean
author
zhang jiao
<zhangjiao2@cmss.chinamobile.com>
Mon, 2 Sep 2024 04:21:03 +0000
(12:21 +0800)
committer
Wei Liu
<wei.liu@kernel.org>
Thu, 5 Sep 2024 07:23:08 +0000
(07:23 +0000)
rm .*.cmd when make clean
Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Reviewed-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Link:
https://lore.kernel.org/r/20240902042103.5867-1-zhangjiao2@cmss.chinamobile.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Message-ID: <
20240902042103
.5867-1-zhangjiao2@cmss.chinamobile.com>
tools/hv/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tools/hv/Makefile
b/tools/hv/Makefile
index 2e60e2c212cd9eaaf2404946dc6184e11f9e7b5e..34ffcec264ab0fdf7075d25456ef012cb866796b 100644
(file)
--- a/
tools/hv/Makefile
+++ b/
tools/hv/Makefile
@@
-52,7
+52,7
@@
$(OUTPUT)hv_fcopy_uio_daemon: $(HV_FCOPY_UIO_DAEMON_IN)
clean:
rm -f $(ALL_PROGRAMS)
- find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
+ find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
-o -name '\.*.cmd' -delete
install: $(ALL_PROGRAMS)
install -d -m 755 $(DESTDIR)$(sbindir); \