[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v8 03/47] build: generate "include/xen/compile.h" with if_changed
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 2 Dec 2021 14:57:01 +0100
- 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=NrjjjK5socyGIKooQkWMu2YjUAmg20YydmX44WVv24g=; b=B8bK2AgfV4NpYG8i2/t2fNmxpKPR8lGz/fejJcqkIv4wNFHWQ2M4UtFc+JH/cyC3YBkZepurc4zdL54BUO6Md6XedyekT4jknYt4Ev7rfSIR5KK8Wj4wbZNKB/qRLa+zaPstk9P7wau6drgSVaA6M2QCca0UleM0eK91E+zGADjlUttaOEfEJtkN9EC08S+nq9K23g/zqAoAhnzP4F1gqPJZeIcD7M1+lSCPj5dx7LG6f5ha1HVFjy1xRVAQroGWjD89UxdxnK811kX+0wMjndEth13uc7u/mAtKAosX9ebOtlpl9vrIvfQOs8GbKl/e1CQJIsuwCYBXDGqiCXgj7Q==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mIWcWogKJzpzXq2STZtVriYDtFJWRBK2NBAUMRUOWtW1ZCrKmAJs452NKAUDNYgCnG4eR12pVGjvGIsvu65vAHrrqla0vrlkZqTkstpO9vIHGHwl8zmsciAlNKfKSGBxhQdOMWr7m4ju7cWcIte7p/3a1LN8qXStcT7YcIhaIjDFzdqjs2rvvWAbqPQw7CARozGjQUXwTRnphi+KftJf90TVwAGCn7woMYXO1/FNZirXyfdbjLYUDMHgvkyxViFvJDDyFmJO2k0ZxI7hpUUXx45L8/pOLetGXTU2cFrhA8b3nC8KZgz2rJMDOgCscmZZJYodirtDSOqUy1ELvhlDhw==
- Authentication-results: dkim=none (message not signed) header.d=none;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>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 02 Dec 2021 13:57:09 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 25.11.2021 14:39, Anthony PERARD wrote:
> This will avoid regenerating "compile.h" if the content hasn't changed.
>
> As it's currently the case, the file isn't regenerated during `sudo
> make install` if it exist and does belong to a different user, thus we
> can remove the target "delete-unfresh-files". Target "$(TARGET)" still
> need a phony dependency, so add "FORCE".
>
> Use "$(dot-target).tmp" as temporary file as this is already cover by
> ".*.tmp" partern in ".gitconfig".
>
> Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|