From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] build: update top-level make help Date: Wed, 2 Sep 2015 14:34:14 +0100 Message-ID: <1441200854.26292.195.camel@citrix.com> References: <1441138208-851-1-git-send-email-cardoe@cardoe.com> <55E6C13602000078000D7CB1@prv-mh.provo.novell.com> <55E7126E020000780009EFCE@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55E7126E020000780009EFCE@prv-mh.provo.novell.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: Jan Beulich , Doug Goldstein Cc: Tim Deegan , Keir Fraser , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-02 at 07:14 -0600, Jan Beulich wrote: > > > > > > On 02.09.15 at 15:09, wrote: > > On Wed, Sep 2, 2015 at 3:28 AM, Jan Beulich wrote: > > > > > > Doug Goldstein 09/01/15 10:10 PM >>> > > > > Update the top-level make help to include all the possible targets > > > > and > > > > not reference targets that are deprecated while hopefully being > > > > more > > > > clear as to what each target does. > > > > --- > > > > > > Missing Signed-off-by:. > > > > > > > Apologies. I forgot. Do I need to resubmit or can I just say on this > > email: > > > > Signed-off-by: Doug Goldstein > > Considering that I'd like you to adjust the patch itself, re-submission > will be unavoidable I think. > > > > > --- a/Makefile > > > > +++ b/Makefile > > > > @@ -228,16 +228,23 @@ help: > > > > @echo ' install-stubdom - build and install the stubdomain > > > > images' > > > > @echo ' install-docs - build and install user > > > > documentation' > > > > @echo '' > > > > - @echo 'Building targets:' > > > > + @echo 'Local dist targets:' > > > > @echo ' dist - build and install everything into > > > > local dist directory' > > > > @echo ' world - clean everything then make dist' > > > > - @echo ' xen - build and install Xen > > > > hypervisor' > > > > - @echo ' tools - build and install tools' > > > > - @echo ' stubdom - build and install the > > > > stubdomain images' > > > > - @echo ' docs - build and install user > > > > documentation' > > > > > > Why are these being removed? At least the xen and tools ones work > > > fine for me. > > > > In the makefile they're marked as "legacy" and they are wired straight > > to their "dist-" equivalents. > > But still they're there and they work (and they're faster to type than > their "dist-" equivalents). If they are legacy then it is correct to not list them here. You can still use the legacy interfaces if you want (they aren't being removed) but not being to be told about them in the help message seems correct to me. If you think they should not be legacy then that would IMHO need to be a different patch to remove the "# Legacy dist targets". As it stands this patch, with the S-o-b above, is IMHO a consistent and correct change: Acked-by: Ian Campbell If you would prefer instead to mark those interfaces non-legacy then please do so. Ian.