This patch removes the extra command `install pygrub` because this is already done by the setup.py script. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- This patch need to be applied after the patch named "Fix pygrub install." tools/pygrub/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile index af2b8a5..bd22dd4 100644 --- a/tools/pygrub/Makefile +++ b/tools/pygrub/Makefile @@ -13,7 +13,6 @@ install: all CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \ $(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" \ --install-scripts=$(PRIVATE_BINDIR) --force - $(INSTALL_PYTHON_PROG) src/pygrub $(DESTDIR)/$(PRIVATE_BINDIR)/pygrub $(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot ln -sf $(PRIVATE_BINDIR)/pygrub $(DESTDIR)/$(BINDIR) -- Anthony PERARD
On Fri, Jun 1, 2012 at 12:26 PM, Anthony PERARD <anthony.perard@citrix.com> wrote:> This patch removes the extra command `install pygrub` because this is already > done by the setup.py script. > > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>Acked-by: George Dunlap <george.dunlap@eu.citrix.com>> --- > This patch need to be applied after the patch named "Fix pygrub install." > > tools/pygrub/Makefile | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/tools/pygrub/Makefile b/tools/pygrub/Makefile > index af2b8a5..bd22dd4 100644 > --- a/tools/pygrub/Makefile > +++ b/tools/pygrub/Makefile > @@ -13,7 +13,6 @@ install: all > CC="$(CC)" CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install \ > $(PYTHON_PREFIX_ARG) --root="$(DESTDIR)" \ > --install-scripts=$(PRIVATE_BINDIR) --force > - $(INSTALL_PYTHON_PROG) src/pygrub $(DESTDIR)/$(PRIVATE_BINDIR)/pygrub > $(INSTALL_DIR) $(DESTDIR)/var/run/xend/boot > ln -sf $(PRIVATE_BINDIR)/pygrub $(DESTDIR)/$(BINDIR) > > -- > Anthony PERARD > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel
George Dunlap writes ("Re: [Xen-devel] [PATCH] pygrub Makefile cleanup."):> On Fri, Jun 1, 2012 at 12:26 PM, Anthony PERARD > <anthony.perard@citrix.com> wrote: > > This patch removes the extra command `install pygrub` because this is already > > done by the setup.py script. > > > > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> > > Acked-by: George Dunlap <george.dunlap@eu.citrix.com> > > > This patch need to be applied after the patch named "Fix pygrub install."I have applied both of these, thanks. Ian.
Seemingly Similar Threads
- [PATCH] docs: Update xen_platform_pci in man xl.cfg
- [PATCH] xen: introduce xen_change_state_handler
- [PATCH] x86: fix emulation of indirect far calls and jumps
- [PATCH v2 OPW] libxl: change most remaining LIBXL_LOG to LOG in libxl_qmp.c
- [PATCH 1/4] Introduce a new hotplug state: Force eject.