On 06/10/2023 3:50 pm, Roger Pau Monne wrote: > diff --git a/tools/misc/Makefile b/tools/misc/Makefile > index 233a7948c050..9938bc235968 100644 > --- a/tools/misc/Makefile > +++ b/tools/misc/Makefile > @@ -36,11 +36,8 @@ INSTALL_SBIN += xen-livepatch > INSTALL_SBIN += xen-diag > INSTALL_SBIN += $(INSTALL_SBIN-y) > > -# Everything to be installed in a private bin/ > -INSTALL_PRIVBIN += xenpvnetboot > - > # Everything to be installed > -TARGETS_ALL := $(INSTALL_BIN) $(INSTALL_SBIN) $(INSTALL_PRIVBIN) > +TARGETS_ALL := $(INSTALL_BIN) $(INSTALL_SBIN) > > # Everything which only needs copying to install > TARGETS_COPY += xencov_split
FYI. Just out of context here is one more reference. I've folded in the following hunk. diff --git a/tools/misc/Makefile b/tools/misc/Makefile index 9938bc235968..66d0d6b09029 100644 --- a/tools/misc/Makefile +++ b/tools/misc/Makefile @@ -41,7 +41,6 @@ TARGETS_ALL := $(INSTALL_BIN) $(INSTALL_SBIN) # Everything which only needs copying to install TARGETS_COPY += xencov_split -TARGETS_COPY += xenpvnetboot # Everything which needs to be built TARGETS := $(filter-out $(TARGETS_COPY),$(TARGETS_ALL)) ~Andrew
