Re: [XEN PATCH v7 16/51] build: generate "include/xen/compile.h" with if_changed

2021-10-11 Thread Anthony PERARD
On Thu, Oct 07, 2021 at 04:55:01PM +0200, Jan Beulich wrote: > On 24.08.2021 12:50, Anthony PERARD wrote: > > --- a/.gitignore > > +++ b/.gitignore > > @@ -332,7 +332,6 @@ xen/include/compat/* > > xen/include/config/ > > xen/include/generated/ > > xen/include/public/public > >

Re: [XEN PATCH v7 16/51] build: generate "include/xen/compile.h" with if_changed

2021-10-07 Thread Jan Beulich
On 24.08.2021 12:50, Anthony PERARD wrote: > --- a/.gitignore > +++ b/.gitignore > @@ -332,7 +332,6 @@ xen/include/compat/* > xen/include/config/ > xen/include/generated/ > xen/include/public/public > -xen/include/xen/*.new While this indeed looks to only have been here for compile.h, I'm not

[XEN PATCH v7 16/51] build: generate "include/xen/compile.h" with if_changed

2021-08-24 Thread Anthony PERARD
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