From: Juergen Gross <jgross@suse.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: xen-devel <xen-devel@lists.xenproject.org>
Subject: Re: Failure on "make clean"
Date: Tue, 25 Nov 2014 10:24:42 +0100 [thread overview]
Message-ID: <54744ADA.10504@suse.com> (raw)
In-Reply-To: <54745381020000780004A94C@suse.com>
On 11/25/2014 10:01 AM, Jan Beulich wrote:
>>>> On 25.11.14 at 08:44, <JGross@suse.com> wrote:
>> Hi,
>>
>> make clean in xen-unstable is failing:
>>
>> make[2]: Entering directory '/home/gross/xen/tools'
>> set -e; if test -d qemu-xen-traditional-dir/.; then \
>> make -C qemu-xen-traditional-dir clean; \
>> fi
>> make[3]: Entering directory
>> '/home/gross/xen/tools/qemu-xen-traditional-dir-remote'
>> Makefile:3: config-host.mak: No such file or directory
>
> SRC_PATH gets defined there. This file missing makes me wonder
> whether you ran "make clean" without a prior "make". If so,
> perhaps the test in tools/Makefile should be altered:
>
> subdir-clean-qemu-xen-traditional-dir:
> set -e; if test -e qemu-xen-traditional-dir/config-host.mak; then \
> $(MAKE) -C qemu-xen-traditional-dir clean; \
> fi
>
> (possibly in a similar way for subdir-clean-qemu-xen-dir), albeit that
> may end up leaving an unclean tree when having interrupted qemu's
> configure process (not sure in which order it creates files).
I called "make subtree-force-update" before "make clean". This wipes
out tools/qemu-xen-traditional-dir IMHO.
Juergen
prev parent reply other threads:[~2014-11-25 9:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-25 7:44 Failure on "make clean" Juergen Gross
2014-11-25 9:01 ` Jan Beulich
[not found] ` <54745381020000780004A94C@suse.com>
2014-11-25 9:24 ` Juergen Gross [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54744ADA.10504@suse.com \
--to=jgross@suse.com \
--cc=JBeulich@suse.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.