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 15:31:19 +0100 Message-ID: <1441204279.26292.218.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> <1441200854.26292.195.camel@citrix.com> <55E7207C020000780009F0E4@prv-mh.provo.novell.com> <55E7061B.7060208@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55E7061B.7060208@cardoe.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: Doug Goldstein , Jan Beulich Cc: Keir Fraser , Tim Deegan , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-09-02 at 09:22 -0500, Doug Goldstein wrote: > On 9/2/15 9:14 AM, Jan Beulich wrote: > > > > > On 02.09.15 at 15:34, wrote: > > > 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 >>> > > > > > > > --- 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. > > > > Hmm - why does "legacy" imply "not documented here"? > > > > But anyway - I don't mean to stand in the way of you committing the > > patch as is, as long as those (legacy) build targets don't go away. > > > > Jan > > > > I definitely had no intention of removing them. I was merely trying to > update the help output to match what I saw when reading the contents of > the Makefile. > > Do I still need to resubmit or is my S-o-b on the ML ok? A post-facto S-o-b like you did is fine. Ian.