Mailinglist Archive: opensuse-kernel (54 mails)
| < Previous | Next > |
Re: [opensuse-kernel] xen flavor problems
- From: "Jan Beulich" <JBeulich@xxxxxxxxxx>
- Date: Wed, 08 Dec 2010 16:46:44 +0000
- Message-id: <4CFFC4840200007800026BE0@xxxxxxxxxxxxxxxxxx>
What seems to trigger the omnibook breakage is this from Makefile.build:On 08.12.10 at 17:15, Stephan Kulow <coolo@xxxxxxx> wrote:
Makefile.xen := $(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD),
$(objtree)/scripts)/Makefile.xen
$(Makefile.xen): $(srctree)/scripts/Makefile.xen.awk
$(srctree)/scripts/Makefile.build
@echo ' Updating $@'
the above echo gets into the output expected from the rpm macros.
This construct has been there for ages, and didn't cause problems
earlier. Hence so far I have no reason to think we need to fix
something on the Xen side.
From what you write I'd guess there's a dependency on certainoutput to result from certain build steps - shouldn't such, if needed
at all, be done in a more tolerable way then? Why isn't any of the
other kernel build output a problem?
Jan
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kernel+help@xxxxxxxxxxxx
| < Previous | Next > |