X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2FMakefile.clean;h=8974ea5fc878896fac077f274af8a6c60c91568d;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=cff33498fa16a8edcdd872bfaf2da13f6cbae4d2;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index cff33498f..8974ea5fc 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 @@ -87,16 +87,10 @@ endif # Descending # --------------------------------------------------------------------------- -PHONY += $(subdir-ymn) +.PHONY: $(subdir-ymn) $(subdir-ymn): $(Q)$(MAKE) $(clean)=$@ # If quiet is set, only print short version of command cmd = @$(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))' &&) $(cmd_$(1)) - - -# Declare the contents of the .PHONY variable as phony. We keep that -# information in a variable se we can use it in if_changed and friends. - -.PHONY: $(PHONY)