From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH for-4.5 0/4] Misc build system tweaks Date: Tue, 7 Oct 2014 10:47:08 -0400 Message-ID: <20141007144708.GI2604@laptop.dumpdata.com> References: <1412679730-17475-1-git-send-email-andrew.cooper3@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1412679730-17475-1-git-send-email-andrew.cooper3@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: Andrew Cooper Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org On Tue, Oct 07, 2014 at 12:02:06PM +0100, Andrew Cooper wrote: > This is a collection of 4 misc build system changes which I have collected > while attempting to port Xen-4.5 to a XenServer experimental branch (in the > hopes of testing the RCs) > > I am requesting a release ack on the grounds of these being minor build system > changes, unrelated to code itself. > > Andrew Cooper (4): > gitignore: Cleanup > tools/xenstore: Introduce clients-install target > tools/xenstore: Only create SBINDIR if it is to be used > tools/ocaml: Gate building tests on CONFIG_TESTS > > .gitignore | 39 --------------------------------------- > tools/ocaml/Makefile | 5 +++-- > tools/xenstore/Makefile | 10 +++++++++- > 3 files changed, 12 insertions(+), 42 deletions(-) 42! You can't go wrong with this kind of patchset! Quick, check it in before the count number changes! Released-Acked-by: Konrad Rzeszutek Wilk > > -- > 1.7.10.4 >