Skip to content

Commit

Permalink
CP-49896: Moved xe-scsi-dev-map to bin directory under python3
Browse files Browse the repository at this point in the history
- Modified Makefile to include xe-scsi-dev-map
- Removed xe-scsi-dev-map from scripts/Makefile

Signed-off-by: Ashwinh <ashwin.h@cloud.com>
  • Loading branch information
ashwin9390 committed Jun 17, 2024
1 parent e56686e commit 097847f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions python3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
1 change: 0 additions & 1 deletion scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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
Expand Down

0 comments on commit 097847f

Please sign in to comment.