diff usr/src/Targetdirs @ 2744:0a6f00b6a209

6468554 zone install with a zfs zonepath could not create a dataset 6469902 BrandZ and GCC don't get along 6470348 Makefile race condition in usr/lib/brand/lx 6470764 zfs_clone() confuses filesystems and volumes
author nn35248
date Fri, 15 Sep 2006 11:26:15 -0700
parents 04b007b7b43f
children 85ea316d9c18
line wrap: on
line diff
--- a/usr/src/Targetdirs	Fri Sep 15 11:21:46 2006 -0700
+++ b/usr/src/Targetdirs	Fri Sep 15 11:26:15 2006 -0700
@@ -171,7 +171,10 @@
 	/usr/lib/inet/wanboot
 # EXPORT DELETE END
 
-i386_ROOT.BIN=
+i386_ROOT.BIN= \
+	/usr/lib/brand/lx \
+	/usr/lib/brand/lx/amd64 \
+	/usr/lib/brand/lx/distros
 
 sparc_ROOT.BIN= \
 	/usr/lib/ldoms
@@ -211,6 +214,9 @@
 	/usr/include/security \
 	/usr/lib \
 	/usr/lib/abi \
+	/usr/lib/brand \
+	/usr/lib/brand/native \
+	/usr/lib/brand/sn1 \
 	/usr/lib/class \
 	/usr/lib/class/FSS \
 	/usr/lib/class/FX \
@@ -429,7 +435,14 @@
 	/var/ld/32 \
 	/usr/ucblib/32
 
+
+i386_SYM.ROOT.BIN64= \
+	/usr/lib/brand/lx/64
+
+sparc_SYM.ROOT.BIN64=
+
 SYM.ROOT.BIN64= \
+	$($(MACH)_SYM.ROOT.BIN64) \
 	/lib/64 \
 	/lib/secure/64 \
 	/usr/lib/64 \
@@ -576,6 +589,7 @@
 $(BUILD64) $(ROOT)/lib/64:=		LINKDEST=$(MACH64)
 $(BUILD64) $(ROOT)/lib/secure/64:=	LINKDEST=$(MACH64)
 $(BUILD64) $(ROOT)/usr/lib/64:=		LINKDEST=$(MACH64)
+$(BUILD64) $(ROOT)/usr/lib/brand/lx/64:=	LINKDEST=$(MACH64)
 $(BUILD64) $(ROOT)/usr/lib/libp/64:=	LINKDEST=$(MACH64)
 $(BUILD64) $(ROOT)/usr/lib/lwp/64:=	LINKDEST=$(MACH64)
 $(BUILD64) $(ROOT)/usr/lib/link_audit/64:=	LINKDEST=$(MACH64)