From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 2/7] Makefile: refactor build/clean/distclean targets Date: Mon, 2 Feb 2015 14:54:40 +0000 Message-ID: <1422888880.19293.46.camel@citrix.com> References: <1422881943-7687-1-git-send-email-wei.liu2@citrix.com> <1422881943-7687-3-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1422881943-7687-3-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: talex5@gmail.com, stefano.stabellini@eu.citrix.com, anil@recoil.org, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, pooka@iki.fi, samuel.thibault@ens-lyon.org, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On Mon, 2015-02-02 at 12:58 +0000, Wei Liu wrote: > Factor out per-subsystem build/clean/distclean-% targets, so that we can > build subsystems independently in top level directory. > > The motive behind this is after splitting out mini-os from Xen tree, > stubdom is in effect a downstream of mini-os. I would like to have the > ability to build it independently and instrument OSSTest to test it. > > Signed-off-by: Wei Liu Acked-by: Ian Campbell