Skip to content

Commit 5e5cc1e

Browse files
zhang jiaoliuw
authored andcommitted
tools: hv: rm .*.cmd when make clean
rm .*.cmd when make clean Signed-off-by: zhang jiao <[email protected]> Reviewed-by: Saurabh Sengar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]> Message-ID: <[email protected]>
1 parent b9af641 commit 5e5cc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/hv/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $(OUTPUT)hv_fcopy_uio_daemon: $(HV_FCOPY_UIO_DAEMON_IN)
5252

5353
clean:
5454
rm -f $(ALL_PROGRAMS)
55-
find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
55+
find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete -o -name '\.*.cmd' -delete
5656

5757
install: $(ALL_PROGRAMS)
5858
install -d -m 755 $(DESTDIR)$(sbindir); \

0 commit comments

Comments
 (0)