[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v7 46/51] build: replace $(BASEDIR) by $(srctree)
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 14 Oct 2021 11:36:35 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=JpEfSN4rLnshqbeqpiXp5hdq02H1BC/zqMK216bXNMc=; b=EiyR/yEKrtBw89a4opO4H/3zQ25uT7RBV7mv4bwAvkZKSl0X+IqNOnz4ij5jJsVDN5F6XuSeMhqfzFKztTFUreTFYv4iUPi1f//qfQoF/B7Alw43p2uD+Jl4XrRZSgI+qoQL5mse2QB5J/V2K9QQjM6YprHZGvtXsty9lQegRoQi8ns99topfy/Ql9Q6thfTmxp750dO+IyKo7LmBlqlRtGvnqfTp8Zrc+pCqDlrIYdL5WRn+leKmg/bzMnzpCqT+1U/6UWfofqg6u4xFCcD4xPX4TRSfslmNnMcUr3ZrfnNHGAC1Wy/uHp90n3vJ1L0ooxbz0SNDBUwoa5nyL4CHw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gItKd5CCWtfafsvGuTyW9UvtAXXvxnec/xVjTI/AwlvyDXTU+RSfkKt6dZjI/Ue1OvrgsgGgeoL7pSbRbCVleyCMtbGMu/SS8wuXmZlnhlWGXSjePT2gGEBnwLrnvPyGYJ7TumqW9xGXsElX38Tvzxp8hdhT7CslitQB6LQ+jsDaytm/EEsCqfaGUKruyH////NmgT6PqcCO1ob9mDMh03YJjfwRY7kYKzCLNhjZpMuY9Aal9DffCKzcuL0lkmPVzfewzk7mBOWHk0Vw89I9PaGgLLKM7Gkr/ghsQUnZJ4F8mF51iwseKFD1wgZteCs1IYiQ334zdMqgtAEo3q5E/w==
- Authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>, "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 14 Oct 2021 09:36:45 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 24.08.2021 12:50, Anthony PERARD wrote:
> $(srctree) is a better description for the source directory than
> $(BASEDIR) that has been used for both source and build directory
> (which where the same).
>
> "clean" is still changing directory, so we need to use absolute path
> for it.
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
I'm curious though why this was split from patch 44. It doesn't look
to me as if patch 45 would have changed anything that's related here.
Jan
|