> On 23 May 2023, at 17:38, Anthony PERARD <anthony.per...@citrix.com> wrote: > > Make use of filechk mean that we don't have to use > $(move-if-changed,). It also mean that will have sometime "UPD .." in > the build output when the target changed, rather than having "GEN ..." > all the time when "xlat.lst" happen to have a more recent modification > timestamp. > > While there, replace `grep -v` by `sed '//d'` to avoid an extra > fork and pipe when building. > > Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> > --- Seems good to me! Reviewed-by: Luca Fancellu <luca.fance...@arm.com> Tested-by: Luca Fancellu <luca.fance...@arm.com>
- Re: [XEN PATCH 04/15] build: hide policy.bin commands Daniel P. Smith
- [XEN PATCH 07/15] build: move XEN_HAS_BUILD_ID out of Conf... Anthony PERARD
- Re: [XEN PATCH 07/15] build: move XEN_HAS_BUILD_ID ou... Luca Fancellu
- Re: [XEN PATCH 07/15] build: move XEN_HAS_BUILD_ID ou... Jan Beulich
- Re: [XEN PATCH 07/15] build: move XEN_HAS_BUILD_I... Anthony PERARD
- [XEN PATCH 03/15] build, x86: clean build log for boot/ ta... Anthony PERARD
- Re: [XEN PATCH 03/15] build, x86: clean build log for... Andrew Cooper
- Re: [XEN PATCH 03/15] build, x86: clean build log for... Jan Beulich
- Re: [XEN PATCH 03/15] build, x86: clean build log... Anthony PERARD
- [XEN PATCH 08/15] build: use $(filechk, ) for all compat/.... Anthony PERARD
- Re: [XEN PATCH 08/15] build: use $(filechk, ) for all... Luca Fancellu
- Re: [XEN PATCH 08/15] build: use $(filechk, ) for all... Jan Beulich
- Re: [XEN PATCH 08/15] build: use $(filechk, ) for... Anthony PERARD
- [XEN PATCH 06/15] build: quiet for .allconfig.tmp target Anthony PERARD
- [XEN PATCH 09/15] build: hide commands run for kconfig Anthony PERARD
- [XEN PATCH 13/15] build: fix compile.h compiler version co... Anthony PERARD
- Re: [XEN PATCH 13/15] build: fix compile.h compiler v... Andrew Cooper