From a79ce2a2a5db0ecfb741d3a3a570b562f525a5ef Mon Sep 17 00:00:00 2001 From: Ashwinh Date: Thu, 13 Jun 2024 15:07:47 +0000 Subject: [PATCH] CP-49896: Moved xe-scsi-dev-map to bin directory under python3 - Modified Makefile to include xe-scsi-dev-map - Removed xe-scsi-dev-map from scripts/Makefile Signed-off-by: Ashwinh --- python3/Makefile | 1 + {scripts => python3/bin}/xe-scsi-dev-map | 0 scripts/Makefile | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => python3/bin}/xe-scsi-dev-map (100%) diff --git a/python3/Makefile b/python3/Makefile index 1384df9284c..d781ec27bd8 100644 --- a/python3/Makefile +++ b/python3/Makefile @@ -19,3 +19,4 @@ install: $(IPROG) bin/hfx_filename $(DESTDIR)$(OPTDIR)/bin $(IPROG) bin/perfmon $(DESTDIR)$(OPTDIR)/bin + $(IPROG) bin/xe-scsi-dev-map $(DESTDIR)$(OPTDIR)/bin diff --git a/scripts/xe-scsi-dev-map b/python3/bin/xe-scsi-dev-map similarity index 100% rename from scripts/xe-scsi-dev-map rename to python3/bin/xe-scsi-dev-map diff --git a/scripts/Makefile b/scripts/Makefile index 3c3ce93b22b..dbac54dc8b5 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -90,7 +90,6 @@ install: $(IPROG) update-ca-bundle.sh $(DESTDIR)$(OPTDIR)/bin mkdir -p $(DESTDIR)$(OPTDIR)/debug $(IPROG) debug_ha_query_liveset $(DESTDIR)$(OPTDIR)/debug - $(IPROG) xe-scsi-dev-map $(DESTDIR)$(OPTDIR)/bin $(IPROG) xe-mount-iso-sr $(DESTDIR)$(OPTDIR)/bin $(IPROG) xe-reset-networking $(DESTDIR)$(OPTDIR)/bin $(IPROG) xe-toolstack-restart $(DESTDIR)$(OPTDIR)/bin