--- a/make-rules/shared-macros.mk Thu Nov 04 21:10:58 2010 -0500
+++ b/make-rules/shared-macros.mk Thu Nov 04 21:11:45 2010 -0500
@@ -55,6 +55,11 @@
PKG_REPO = file:$(WS_REPO)
PROTO_DIR = $(shell pwd)/$(COMPONENT_SRC)/installed-prototype-$(MACH)
+SFWBIN = /usr/sfw/bin
+SFWLIB = /usr/sfw/lib
+PROTOSFWBIN = $(PROTO_DIR)/$(SFWBIN)
+PROTOSFWLIB = $(PROTO_DIR)/$(SFWLIB)
+
# work around _TIME, _DATE, embedded date chatter in component builds
# to use, set TIME_CONSTANT in the component Makefile and add $(CONSTANT_TIME)
# to the appropriate {CONFIGURE|BUILD|INSTALL}_ENV
@@ -85,7 +90,7 @@
BUILD_TOOLS = /ws/onnv-tools
SPRO_ROOT = $(BUILD_TOOLS)/SUNWspro
-SPRO_VROOT = $(SPRO_ROOT)/SS12
+SPRO_VROOT = $(SPRO_ROOT)/sunstudio12.1
GCC_ROOT = /usr/gnu
@@ -125,4 +130,7 @@
MKDIR = /bin/mkdir -p
RM = /bin/rm -f
CP = /bin/cp -f
+LN = /bin/ln
+SYMLINK = /bin/ln -s
ENV = /usr/bin/env
+INSTALL = /usr/bin/ginstall