search for: a5887492bac5

Displaying 1 result from an estimated 1 matches for "a5887492bac5".

2018 Jun 27
0
[PATCH] add more PHONY targets to $(PHONY)
...@ -419,3 +419,7 @@ endif # Usage: # $(Q)$(MAKE) $(klibc)=dir klibc := -rR -f $(srctree)/scripts/Kbuild.klibc obj + +# Declare the contents of the PHONY variable as phony. We keep the variable for +# if_changed. +.PHONY: $(PHONY) diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index a5887492bac5..abc4e3fc06fe 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -4,7 +4,7 @@ src := $(obj) -.PHONY: __clean +.PHONY := __clean __clean: # Shorthand for $(Q)$(MAKE) scripts/Makefile.clean obj=dir @@ -83,10 +83,14 @@ endif # Descending # ----------------------------------...