Re: [PATCH for-4.19] tools/xs-clients: Fix `make clean` rule

2024-07-04 Thread Oleksii
On Wed, 2024-07-03 at 23:36 +0100, Andrew Cooper wrote: > Prior to the split, "the clients" used > tools/xenstored/Makefile.common whose > clean rule includes *.o whereas after the split, the removal of *.o > was lost > by virtule of not including Makefile.common any more. > > This is the bug behi

Re: [PATCH for-4.19] tools/xs-clients: Fix `make clean` rule

2024-07-03 Thread Jürgen Groß
On 04.07.24 00:36, Andrew Cooper wrote: Prior to the split, "the clients" used tools/xenstored/Makefile.common whose clean rule includes *.o whereas after the split, the removal of *.o was lost by virtule of not including Makefile.common any more. This is the bug behind the following build error

[PATCH for-4.19] tools/xs-clients: Fix `make clean` rule

2024-07-03 Thread Andrew Cooper
Prior to the split, "the clients" used tools/xenstored/Makefile.common whose clean rule includes *.o whereas after the split, the removal of *.o was lost by virtule of not including Makefile.common any more. This is the bug behind the following build error: make[2]: Entering directory '/local/x