[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <874kvz10rx.fsf@mpe.ellerman.id.au>
Date: Mon, 10 Feb 2020 16:14:58 +1100
From: Michael Ellerman <mpe@...erman.id.au>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Subject: install is no longer PHONY?
Hi Masahiro,
I noticed that "install" seems to be no longer PHONY, or at least if I
have a file/directory called install then the build doesn't run.
eg:
$ touch install
$ make install
make: 'install' is up to date.
$ rm install
$ make install
LDS arch/powerpc/boot/zImage.lds
WRAP arch/powerpc/boot/zImage.pseries
WRAP arch/powerpc/boot/zImage.epapr
In the past the presence of an install file/directory didn't have any
affect.
It seems this changed in:
d79424137a73 ("kbuild: do not update config when running install targets")
Was that expected?
cheers
Powered by blists - more mailing lists