diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-02-21 17:53:06 +0100 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-02-24 07:12:06 +0100 |
commit | bcf637f54f6d2515d4c9c81808faf01848916152 (patch) | |
tree | 97121bb2cfbdad70e9eaea63441211231dd37509 /usr | |
parent | kbuild: reuse this-makefile to define abs_srctree (diff) | |
download | linux-bcf637f54f6d2515d4c9c81808faf01848916152.tar.xz linux-bcf637f54f6d2515d4c9c81808faf01848916152.zip |
kbuild: parse C= and M= before changing the working directory
If Kbuild recurses to the top Makefile (for example, 'make deb-pkg'),
C= and M= are parsed over again, needlessly.
Parse them before changing the working directory. After that,
sub_make_done is set to 1, so they are parsed just once.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions