mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
tools: ynl: add distclean to .PHONY in all makefiles
Donald points out most YNL makefiles are missing distclean in .PHONY, even tho generated/Makefile does list it. Suggested-by: Donald Hunter <donald.hunter@gmail.com> 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>
This commit is contained in:
parent
4e887471e8
commit
1d8617b2a6
@ -18,4 +18,4 @@ clean distclean:
|
||||
fi \
|
||||
done
|
||||
|
||||
.PHONY: clean all $(SUBDIRS)
|
||||
.PHONY: all clean distclean $(SUBDIRS)
|
||||
|
@ -24,5 +24,5 @@ distclean: clean
|
||||
%.o: %.c
|
||||
$(COMPILE.c) -MMD -c -o $@ $<
|
||||
|
||||
.PHONY: all clean
|
||||
.PHONY: all clean distclean
|
||||
.DEFAULT_GOAL=all
|
||||
|
@ -31,5 +31,5 @@ clean:
|
||||
distclean: clean
|
||||
rm -f $(BINS)
|
||||
|
||||
.PHONY: all clean
|
||||
.PHONY: all clean distclean
|
||||
.DEFAULT_GOAL=all
|
||||
|
Loading…
Reference in New Issue
Block a user