From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Yrlsn-0001HB-DO for mharc-grub-devel@gnu.org; Mon, 11 May 2015 07:28:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrlsk-0001FZ-QM for grub-devel@gnu.org; Mon, 11 May 2015 07:28:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yrlsh-000109-Ki for grub-devel@gnu.org; Mon, 11 May 2015 07:28:22 -0400 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:34308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrlsh-0000zi-Ce for grub-devel@gnu.org; Mon, 11 May 2015 07:28:19 -0400 Received: by laat2 with SMTP id t2so90832277laa.1 for ; Mon, 11 May 2015 04:28:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=lp8qHmtb2ryL5Fmi2La12OZtq+KJ/e90LRYs+KOAAQQ=; b=IBaDoGjtuMoihgyI5GGkNQ1Im+Sey6OkjBV/2XBsm2Xk2FGyH2+pesZtpOgpSdLlFb d4uw9PumBBpkIdWl9nYBnZCbjfAqpFOBgaZIzBSzfC32UPdt+vURvjr2qkWXFYZZ0ghG MpyRwT8BbRM6qlSmF39OxuZdTBcvV5uRKraub3rPaw1ad/LMCbB5kKPf9u+eiPxRY9SX wdy4hU8bsk5hOV3ti5RtEDrs8esztJaWkz++/J9bPhmoA6nN1icq/2jzLT3j8hrxPIbd ZxS25T72s6vgZGMRAle7svoMrkIPMGd3FtxhHD/xYogYm1UG/WB2gNKtPNCtr7sSxA22 p9RQ== X-Received: by 10.152.26.130 with SMTP id l2mr7794080lag.20.1431343698503; Mon, 11 May 2015 04:28:18 -0700 (PDT) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id og9sm2987866lbb.22.2015.05.11.04.28.17 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 04:28:17 -0700 (PDT) Date: Mon, 11 May 2015 14:28:15 +0300 From: Andrei Borzenkov To: Olaf Hering Subject: Re: [PATCH] Remove CPPFLAGS_XEN Message-ID: <20150511142815.543c0bab@opensuse.site> In-Reply-To: <1431342798-12811-1-git-send-email-olaf@aepfle.de> References: <1431342798-12811-1-git-send-email-olaf@aepfle.de> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.27; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::235 Cc: grub-devel@gnu.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 11:28:23 -0000 =D0=92 Mon, 11 May 2015 11:13:18 +0000 Olaf Hering =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > A grub for xen can be built with CPPFLAGS=3D"-I/path" ./configure, which CPPFLAGS_XEN is target variable, not host. That (if) CPPFLAGS leaks into target is a bug, not a feature.