--- old/usr/src/cmd/ha-services/gds-agents/xvm/Makefile Tue Jul 28 04:23:58 2009 +++ new/usr/src/cmd/ha-services/gds-agents/xvm/Makefile Tue Jul 28 04:23:58 2009 @@ -35,7 +35,7 @@ include $(SRC)/Makefile.subdirs # list common shell scripts for $(PKGNAME)/bin -KSH_BIN_SRCS = control_xvm.ksh \ +KSH_SRCS = control_xvm.ksh \ functions.ksh \ validate_xvm.ksh \ init_xvm.ksh \ @@ -42,7 +42,7 @@ ldm_migrate.ksh \ ppkssh.ksh -PROG = $(KSH_BIN_SRCS:%.ksh=%) +PROG = $(KSH_SRCS:%.ksh=%) include $(SRC)/cmd/Makefile.cmd @@ -50,11 +50,12 @@ PKGNAME = SUNWscxvm RTRFILE = SUNW.xvm SUNW.ldom -# Disable I18N stuff, the po filename needs to be unique to support parallel -# builds of the agents below gds-agents -POFILE= $(PKGNAME).po -PIFILES= +TEXT_DOMAIN = SUNW_SC_XVM +MESSAGE_DIR = /opt/$(PKGNAME)/lib/locale +POFILE = xvm.po +PIFILES = $(KSH_SRCS:%.ksh=%.pi) + # Disable lint LINTFILES=