From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 21/28] Add configure --with-sysconfig-leaf-dir=SUBDIR to set CONFIG_LEAF_DIR Date: Tue, 30 Sep 2014 16:59:25 +0100 Message-ID: <1412092765.31276.21.camel@citrix.com> References: <1411658423-18877-1-git-send-email-olaf@aepfle.de> <1411658423-18877-22-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411658423-18877-22-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Wei Liu , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-09-25 at 17:20 +0200, Olaf Hering wrote: > Set CONFIG_LEAF_DIR with configure to give control if needed. The > check for the correct value if the option is not specified is tricky. > Since other packages (such as grub2) started to populate also > /etc/default/ a given system may have both directories. > Use "default" only if /etc/sysconfig does not exist. "sysconfig" > remains the default. > > Move the variable from StdGNU.mk to Linux.mk because thats the only > place where it is used. > > Please rerun autogen.sh after applying this patch. > > Signed-off-by: Olaf Hering Acked-by: Ian Campbell