diff options
| author | hyw <none@none> | 2006-11-02 15:05:48 -0800 |
|---|---|---|
| committer | hyw <none@none> | 2006-11-02 15:05:48 -0800 |
| commit | 9cd534619d178fc105dc526b5cc6b753cc4344d7 (patch) | |
| tree | 2bbc71eaa5bf9243a91f3591e503b75d17c2d4f9 /usr/src | |
| parent | aeb241b2bcd5321bd5e76ba2b5c9a8370d81a6de (diff) | |
| download | illumos-joyent-9cd534619d178fc105dc526b5cc6b753cc4344d7.tar.gz | |
6486397 Missing OPL platform lib/fs link create issues with live upgrade.
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/pkgdefs/SUNWkvm.u/prototype_com | 1 | ||||
| -rw-r--r-- | usr/src/psm/stand/boot/sparcv9/sun4u/Makefile | 8 | ||||
| -rw-r--r-- | usr/src/psm/stand/bootblks/ufs/sparc/sun4u/Makefile | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/usr/src/pkgdefs/SUNWkvm.u/prototype_com b/usr/src/pkgdefs/SUNWkvm.u/prototype_com index 696324ce79..a2acd42082 100644 --- a/usr/src/pkgdefs/SUNWkvm.u/prototype_com +++ b/usr/src/pkgdefs/SUNWkvm.u/prototype_com @@ -286,6 +286,7 @@ s none usr/platform/SUNW,UltraSPARC-IIe-NetraCT-40/lib/fs=../../sun4u/lib/fs s none usr/platform/SUNW,UltraSPARC-IIe-NetraCT-60/lib/fs=../../sun4u/lib/fs s none usr/platform/SUNW,Netra-CP2300/lib/fs=../../sun4u/lib/fs s none usr/platform/SUNW,Netra-CP3010/lib/fs=../../sun4u/lib/fs +s none usr/platform/SUNW,SPARC-Enterprise/lib/fs=../../sun4u/lib/fs # d none usr/platform/sun4u/lib/fs/ufs 755 root bin f none usr/platform/sun4u/lib/fs/ufs/bootblk 444 root sys diff --git a/usr/src/psm/stand/boot/sparcv9/sun4u/Makefile b/usr/src/psm/stand/boot/sparcv9/sun4u/Makefile index 1cb8121a9f..0440f63da9 100644 --- a/usr/src/psm/stand/boot/sparcv9/sun4u/Makefile +++ b/usr/src/psm/stand/boot/sparcv9/sun4u/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -62,6 +61,7 @@ PLATLINKS += SUNW,Netra-T12 PLATLINKS += SUNW,Netra-T4 PLATLINKS += SUNW,Netra-CP2300 PLATLINKS += SUNW,Netra-CP3010 +PLATLINKS += SUNW,SPARC-Enterprise LINKED_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%) LINKED_LIB_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib) diff --git a/usr/src/psm/stand/bootblks/ufs/sparc/sun4u/Makefile b/usr/src/psm/stand/bootblks/ufs/sparc/sun4u/Makefile index 47061d5bba..e6f27cc1a7 100644 --- a/usr/src/psm/stand/bootblks/ufs/sparc/sun4u/Makefile +++ b/usr/src/psm/stand/bootblks/ufs/sparc/sun4u/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -22,7 +21,7 @@ # #ident "%Z%%M% %I% %E% SMI" # -# Copyright 1994,2000-2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # psm/stand/bootblks/ufs/sparc/sun4u/Makefile @@ -61,6 +60,7 @@ PLATLINKS += SUNW,Sun-Fire-V490 PLATLINKS += SUNW,Serverblade1 PLATLINKS += SUNW,Netra-T12 PLATLINKS += SUNW,Netra-T4 +PLATLINKS += SUNW,SPARC-Enterprise LINKED_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%) LINKED_LIB_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib) |
