* dead file in linux tree: scripts/Makefile.xen
@ 2007-10-15 9:27 Jan Beulich
2007-10-15 10:18 ` Ian Campbell
0 siblings, 1 reply; 6+ messages in thread
From: Jan Beulich @ 2007-10-15 9:27 UTC (permalink / raw)
To: xen-devel
Any chance this could be removed? Thanks, Jan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dead file in linux tree: scripts/Makefile.xen
2007-10-15 9:27 dead file in linux tree: scripts/Makefile.xen Jan Beulich
@ 2007-10-15 10:18 ` Ian Campbell
2007-10-15 13:05 ` Jan Beulich
0 siblings, 1 reply; 6+ messages in thread
From: Ian Campbell @ 2007-10-15 10:18 UTC (permalink / raw)
To: Jan Beulich; +Cc: xen-devel
On Mon, 2007-10-15 at 10:27 +0100, Jan Beulich wrote:
> Any chance this could be removed? Thanks, Jan
Done.
Cheers,
Ian.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dead file in linux tree: scripts/Makefile.xen
2007-10-15 10:18 ` Ian Campbell
@ 2007-10-15 13:05 ` Jan Beulich
2007-10-15 13:16 ` Ian Campbell
0 siblings, 1 reply; 6+ messages in thread
From: Jan Beulich @ 2007-10-15 13:05 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel
>>> Ian Campbell <Ian.Campbell@XenSource.com> 15.10.07 12:18 >>>
>On Mon, 2007-10-15 at 10:27 +0100, Jan Beulich wrote:
>> Any chance this could be removed? Thanks, Jan
>
>Done.
Thanks; I just noted however that there s a reference that I overlooked
(and that can be eliminated) in arch/x86_64/kernel/acpi/Makefile:
--- a/arch/x86_64/kernel/acpi/Makefile
+++ b/arch/x86_64/kernel/acpi/Makefile
@@ -7,8 +7,3 @@ obj-y += processor.o
processor-y := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
endif
-boot-$(CONFIG_XEN) := ../../../i386/kernel/acpi/boot-xen.o
-ifdef CONFIG_XEN
-include $(srctree)/scripts/Makefile.xen
-obj-y := $(call cherrypickxen, $(obj-y))
-endif
I'm sorry for the confusion this may have created.
Jan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dead file in linux tree: scripts/Makefile.xen
2007-10-15 13:05 ` Jan Beulich
@ 2007-10-15 13:16 ` Ian Campbell
2007-10-15 13:23 ` Jan Beulich
0 siblings, 1 reply; 6+ messages in thread
From: Ian Campbell @ 2007-10-15 13:16 UTC (permalink / raw)
To: Jan Beulich; +Cc: xen-devel
On Mon, 2007-10-15 at 14:05 +0100, Jan Beulich wrote:
> >>> Ian Campbell <Ian.Campbell@XenSource.com> 15.10.07 12:18 >>>
> >On Mon, 2007-10-15 at 10:27 +0100, Jan Beulich wrote:
> >> Any chance this could be removed? Thanks, Jan
> >
> >Done.
>
> Thanks; I just noted however that there s a reference that I overlooked
> (and that can be eliminated) in arch/x86_64/kernel/acpi/Makefile:
Thanks, xenrt caught this. I removed the ifdef/endif bits already, are
you saying the boot-$(CONFIG_XEN) is unneeded too?
> --- a/arch/x86_64/kernel/acpi/Makefile
> +++ b/arch/x86_64/kernel/acpi/Makefile
> @@ -7,8 +7,3 @@ obj-y += processor.o
> processor-y := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o
> endif
>
> -boot-$(CONFIG_XEN) := ../../../i386/kernel/acpi/boot-xen.o
> -ifdef CONFIG_XEN
> -include $(srctree)/scripts/Makefile.xen
> -obj-y := $(call cherrypickxen, $(obj-y))
> -endif
>
> I'm sorry for the confusion this may have created.
>
> Jan
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dead file in linux tree: scripts/Makefile.xen
2007-10-15 13:16 ` Ian Campbell
@ 2007-10-15 13:23 ` Jan Beulich
2007-10-15 13:25 ` Ian Campbell
0 siblings, 1 reply; 6+ messages in thread
From: Jan Beulich @ 2007-10-15 13:23 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel
>>> Ian Campbell <Ian.Campbell@XenSource.com> 15.10.07 15:16 >>>
>On Mon, 2007-10-15 at 14:05 +0100, Jan Beulich wrote:
>> >>> Ian Campbell <Ian.Campbell@XenSource.com> 15.10.07 12:18 >>>
>> >On Mon, 2007-10-15 at 10:27 +0100, Jan Beulich wrote:
>> >> Any chance this could be removed? Thanks, Jan
>> >
>> >Done.
>>
>> Thanks; I just noted however that there s a reference that I overlooked
>> (and that can be eliminated) in arch/x86_64/kernel/acpi/Makefile:
>
>Thanks, xenrt caught this. I removed the ifdef/endif bits already, are
>you saying the boot-$(CONFIG_XEN) is unneeded too?
Yes, none of the -xen tags should generally appear in any makefile anymore.
Jan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: dead file in linux tree: scripts/Makefile.xen
2007-10-15 13:23 ` Jan Beulich
@ 2007-10-15 13:25 ` Ian Campbell
0 siblings, 0 replies; 6+ messages in thread
From: Ian Campbell @ 2007-10-15 13:25 UTC (permalink / raw)
To: Jan Beulich; +Cc: xen-devel
On Mon, 2007-10-15 at 14:23 +0100, Jan Beulich wrote:
> >>> Ian Campbell <Ian.Campbell@XenSource.com> 15.10.07 15:16 >>>
> >On Mon, 2007-10-15 at 14:05 +0100, Jan Beulich wrote:
> >> >>> Ian Campbell <Ian.Campbell@XenSource.com> 15.10.07 12:18 >>>
> >> >On Mon, 2007-10-15 at 10:27 +0100, Jan Beulich wrote:
> >> >> Any chance this could be removed? Thanks, Jan
> >> >
> >> >Done.
> >>
> >> Thanks; I just noted however that there s a reference that I overlooked
> >> (and that can be eliminated) in arch/x86_64/kernel/acpi/Makefile:
> >
> >Thanks, xenrt caught this. I removed the ifdef/endif bits already, are
> >you saying the boot-$(CONFIG_XEN) is unneeded too?
>
> Yes, none of the -xen tags should generally appear in any makefile anymore.
I got rid of that line too, hopefully that's everything.
Cheers,
Ian.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-10-15 13:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-15 9:27 dead file in linux tree: scripts/Makefile.xen Jan Beulich
2007-10-15 10:18 ` Ian Campbell
2007-10-15 13:05 ` Jan Beulich
2007-10-15 13:16 ` Ian Campbell
2007-10-15 13:23 ` Jan Beulich
2007-10-15 13:25 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.