]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
kbuild: specify FORCE in Makefile.headersinst as .PHONY target
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Nov 2017 10:33:19 +0000 (19:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 16 Nov 2017 00:11:18 +0000 (09:11 +0900)
commite474ed45777bc230648186c0db990bd290383ada
tree034eec835003020d5177d529e6821443fc901aac
parent4173cbac80faa22a8e2de40bcc7c156b675652b3
kbuild: specify FORCE in Makefile.headersinst as .PHONY target

Swap the order of ".PHONY: $(PHONY)" and "PHONY += FORCE"
so that FORCE is correctly specified as a .PHONY target.

Use a preferred way for specifying $(subdirs) as .PHONY targets.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.headersinst