From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Kiper Subject: [PATCH 0/3] Build system fixes for Xen 4.2.3 Date: Wed, 24 Jul 2013 16:10:47 +0200 Message-ID: <1374675050-16519-1-git-send-email-daniel.kiper@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com, jbeulich@suse.com, stefano.stabellini@eu.citrix.com, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, As Ian Jackson asked I am sending build system fixes based on patches applied a few weeks ago to Xen unstable. Earlier patches which did not required any changes were applied to Xen 4.2.3. This patch series contains only applicable patches which must be modified to be applied. List of patches: - stubdom: Clean extras/mini-os directory during make clean, - stubdom: Remove xenstore directory during make crossclean, - Silently ignore include errors during make distclean. Daniel