All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: Sander Eikelenboom <linux@eikelenboom.it>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>,
	samuel.thibault@ens-lyon.org, xen-devel@lists.xen.org
Subject: Re: [PATCH] stubdom: fix make clean and distclean on a freshly cloned tree
Date: Mon, 2 Mar 2015 14:34:14 +0000	[thread overview]
Message-ID: <1425306854.21151.61.camel@citrix.com> (raw)
In-Reply-To: <20150302142521.GD11855@zion.uk.xensource.com>

On Mon, 2015-03-02 at 14:25 +0000, Wei Liu wrote:
> > > > +endif
> > > > +
> > > >  -include $(XEN_ROOT)/config/Stubdom.mk
> > > >  
> > > >  GNU_TARGET_ARCH:=$(XEN_TARGET_ARCH)
> > > > diff --git a/stubdom/c/Makefile b/stubdom/c/Makefile
> > > > index c646c26..b252dca 100644
> > > > --- a/stubdom/c/Makefile
> > > > +++ b/stubdom/c/Makefile
> > > > @@ -1,6 +1,8 @@
> > > >  XEN_ROOT = $(CURDIR)/../..
> > > >  
> > > > +ifeq (,$(findstring clean,$(MAKECMDGOALS)))
> > > >  include $(XEN_ROOT)/Config.mk
> > 
> > XEN_ROOT/Config.mk always exists. Did you misread it as MINI_OS?
> > 
> 
> No, I don't think I misread.
> 
> The subtle thing is that XEN_ROOT/Config.mk has
> 
>    include $(XEN_ROOT)/config/$(XEN_OS).mk
> 
> Here XEN_OS=MiniOS. Then in MiniOS.mk
> 
>    include $(XEN_ROOT)/extras/mini-os/Config.mk
> 
> If you don't have extra/mini-os you get an error.

Ah, that is definitely worth spelling out in the commit log.

(this is the underlying cause of the comments on the first hunk too)

> 
> Wei.
> 
> > (and in the next hunk too)
> > 

      reply	other threads:[~2015-03-02 14:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 11:09 [PATCH] stubdom: fix make clean and distclean on a freshly cloned tree Wei Liu
2015-03-02 11:15 ` Wei Liu
2015-03-02 14:15   ` Ian Campbell
2015-03-02 14:25     ` Wei Liu
2015-03-02 14:34       ` Ian Campbell [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=1425306854.21151.61.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=linux@eikelenboom.it \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.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.