Home
last modified time | relevance | path

Searched hist:"36 de077b20d05321466f8eaba0ae01b9b18ad93c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/
H A DMakefile36de077b20d05321466f8eaba0ae01b9b18ad93c Wed Aug 21 23:46:13 CDT 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kbuild: check clean srctree even earlier

Move the outputmakefile target to the leftmost in the prerequisite list
so that this is checked first. GNU Make processes the prerequisites
left to right.

GNU Make will keep to stick to this behavior, and it seems even
POSIX standard, according to this:
https://lists.gnu.org/archive/html/bug-make/2019-08/msg00030.html

The POSIX standard of make is available here:
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html

Of course, when the parallel option -j given, other targets will be run
simultaneously but it is nice to show the error as early as possible.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>