* scripts/kconfig: allow building with make 3.80 again
@ 2016-01-25 16:45 Jan Beulich
2016-02-01 11:16 ` Michal Marek
0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2016-01-25 16:45 UTC (permalink / raw)
To: Michal Marek; +Cc: mpe, linux-kbuild
Documentation/Changes still lists this as the minimal required version,
so it ought to remain usable for the time being.
Fixes: d2036f30cf ("scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
---
scripts/kconfig/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- 4.5-rc1/scripts/kconfig/Makefile
+++ 4.5-rc1-kconfig-make-3-80/scripts/kconfig/Makefile
@@ -96,13 +96,15 @@ savedefconfig: $(obj)/conf
defconfig: $(obj)/conf
ifeq ($(KBUILD_DEFCONFIG),)
$< $(silent) --defconfig $(Kconfig)
-else ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
+else
+ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)),)
@$(kecho) "*** Default configuration is based on '$(KBUILD_DEFCONFIG)'"
$(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
else
@$(kecho) "*** Default configuration is based on target '$(KBUILD_DEFCONFIG)'"
$(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG)
endif
+endif
%_defconfig: $(obj)/conf
$(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: scripts/kconfig: allow building with make 3.80 again
2016-01-25 16:45 scripts/kconfig: allow building with make 3.80 again Jan Beulich
@ 2016-02-01 11:16 ` Michal Marek
2016-02-08 3:51 ` Michael Ellerman
0 siblings, 1 reply; 3+ messages in thread
From: Michal Marek @ 2016-02-01 11:16 UTC (permalink / raw)
To: Jan Beulich; +Cc: mpe, linux-kbuild
Dne 25.1.2016 v 17:45 Jan Beulich napsal(a):
> Documentation/Changes still lists this as the minimal required version,
> so it ought to remain usable for the time being.
>
> Fixes: d2036f30cf ("scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target")
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
> Cc: Michael Ellerman <mpe@ellerman.id.au>
> ---
> scripts/kconfig/Makefile | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Sorry for the delay, applied to kbuild.git#kconfig now.
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: scripts/kconfig: allow building with make 3.80 again
2016-02-01 11:16 ` Michal Marek
@ 2016-02-08 3:51 ` Michael Ellerman
0 siblings, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2016-02-08 3:51 UTC (permalink / raw)
To: Michal Marek, Jan Beulich; +Cc: linux-kbuild
On Mon, 2016-02-01 at 12:16 +0100, Michal Marek wrote:
> Dne 25.1.2016 v 17:45 Jan Beulich napsal(a):
> > Documentation/Changes still lists this as the minimal required version,
> > so it ought to remain usable for the time being.
> >
> > Fixes: d2036f30cf ("scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target")
> > Signed-off-by: Jan Beulich <jbeulich@suse.com>
> > Cc: Michael Ellerman <mpe@ellerman.id.au>
> > ---
> > scripts/kconfig/Makefile | 4 +++-
> > 1 file changed, 3 insertions(+), 1 deletion(-)
>
> Sorry for the delay, applied to kbuild.git#kconfig now.
Erk, sorry for breaking it.
I guess somewhere we need a system with an old make on it for testing this
stuff. Nothing I have around has make that old though, Ubuntu 10.04 and Debian
6.0 both have 3.81 and I don't have anything older.
cheers
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-08 3:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25 16:45 scripts/kconfig: allow building with make 3.80 again Jan Beulich
2016-02-01 11:16 ` Michal Marek
2016-02-08 3:51 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).