]> git.ipfire.org Git - thirdparty/linux.git/commit
kbuild: simplify command line creation in scripts/mkmakefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 18 Sep 2018 08:45:54 +0000 (17:45 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 4 Oct 2018 13:56:02 +0000 (22:56 +0900)
commit80d0dda3a4e5ba00ae6a45fa840096dc9633aad7
tree4f2bb427115c65725c267d2917a3dc7ffeffa695
parent4fd61277f66278d7ce4a77accb662d00e800cce7
kbuild: simplify command line creation in scripts/mkmakefile

Assuming we never invoke the generated Makefile from outside of
the $(objtree) directory, $(CURDIR) points to the absolute path
of $(objtree).

BTW, 'lastword' is natively supported by GNU Make 3.81+, which
is the current requirement for building the kernel.

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