summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2013-06-26 22:57:07 +0000
committerRobert Mustacchi <rm@joyent.com>2013-06-26 22:57:07 +0000
commitb1d3693c0b7d705d77516c24c9436f73d868873e (patch)
treee38cbed16608ee9084fac836bc059e49da5f0852
parent5f94182be032144adba6aba8ee1db28c493e0458 (diff)
downloadillumos-kvm-cmd-b1d3693c0b7d705d77516c24c9436f73d868873e.tar.gz
HVM-778 ship qemu mdb module2013090520130822201307252013071120130627
-rw-r--r--Makefile.joyent2
-rw-r--r--manifest1
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.joyent b/Makefile.joyent
index 006f82c..cab0a75 100644
--- a/Makefile.joyent
+++ b/Makefile.joyent
@@ -26,6 +26,7 @@ MDB_SOURCE = $(KERNEL_SOURCE)/usr/src/cmd/mdb
CTFBINDIR= $(KERNEL_SOURCE)/usr/src/tools/proto/*/opt/onbld/bin/i386
CSTYLE = $(KERNEL_SOURCE)/usr/src/tools/scripts/cstyle
CC = $(PROTO_AREA)/usr/bin/gcc
+INSTALL = /usr/sbin/install
QEMU_CPPFLAGS = \
-DTARGET_PHYS_ADDR_BITS=64 \
@@ -110,6 +111,7 @@ manifest:
install: world
DESTDIR=$(DESTDIR) PATH=$(CTFBINDIR):$(PATH) V=1 gmake install
+ $(INSTALL) -f $(DESTDIR)/usr/lib/mdb/proc/amd64/ qemu.so
clean:
gmake clean
diff --git a/manifest b/manifest
index cb25ae1..fc95ee7 100644
--- a/manifest
+++ b/manifest
@@ -67,3 +67,4 @@ f smartdc/share/qemu/vgabios-qxl.bin 0444 root bin
f smartdc/share/qemu/vgabios-stdvga.bin 0444 root bin
f smartdc/share/qemu/vgabios-vmware.bin 0444 root bin
f smartdc/share/qemu/vgabios.bin 0444 root bin
+f usr/lib/mdb/proc/amd64/qemu.so 0555 root bin