Re: [XEN PATCH] build: Fix missing MAKEFLAGS --no-print-directory

2022-08-17 Thread Jan Beulich
On 17.08.2022 17:21, Anthony PERARD wrote: > While we already have "--no-print-directory" added to the make flags > in some cases, there's one case where the flags is missing, when doing > an out-of-tree build with O=, e.g. > cd xen; make O=build > > Without it, we just have loads of "Entering

Re: [XEN PATCH] build: Fix missing MAKEFLAGS --no-print-directory

2022-08-17 Thread Andrew Cooper
On 17/08/2022 16:21, Anthony Perard wrote: > While we already have "--no-print-directory" added to the make flags > in some cases, there's one case where the flags is missing, when doing > an out-of-tree build with O=, e.g. > cd xen; make O=build > > Without it, we just have loads of "Entering

[XEN PATCH] build: Fix missing MAKEFLAGS --no-print-directory

2022-08-17 Thread Anthony PERARD
While we already have "--no-print-directory" added to the make flags in some cases, there's one case where the flags is missing, when doing an out-of-tree build with O=, e.g. cd xen; make O=build Without it, we just have loads of "Entering directory" and "Leaving directory" with the same direc