diff options
author | Glenn Lagasse <glenn.lagasse@oracle.com> | 2010-08-04 12:28:19 -0700 |
---|---|---|
committer | Glenn Lagasse <glenn.lagasse@oracle.com> | 2010-08-04 12:28:19 -0700 |
commit | f169c0eae91b2ee787cf8d6dcf8edd9159d4c9e2 (patch) | |
tree | fcbef4aa88585f26e61da2f9f2b882aabcd2d583 /usr/src/lib/pylibbe/sparc | |
parent | 9a986656ba247e9b452282c937b4f954fc6460c3 (diff) | |
download | illumos-joyent-f169c0eae91b2ee787cf8d6dcf8edd9159d4c9e2.tar.gz |
PSARC 2010/059 SNAP BE Management
6964804 SNAP BE management into ON
6971379 libbe should capture and give useful error when installgrub or ict.py fails.
6971390 beadm does not support labeled brand zones
6971394 BEADM_ERR_BE_DOES_NOT_EXIST has an extra space
6971397 libbe error messages need internationalization
6971402 Remove be_get_last_zone_be_callback
6971409 be_create_menu returns errors from both be_errno_t and errno sets
Diffstat (limited to 'usr/src/lib/pylibbe/sparc')
-rw-r--r-- | usr/src/lib/pylibbe/sparc/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/usr/src/lib/pylibbe/sparc/Makefile b/usr/src/lib/pylibbe/sparc/Makefile new file mode 100644 index 0000000000..5a771c0816 --- /dev/null +++ b/usr/src/lib/pylibbe/sparc/Makefile @@ -0,0 +1,28 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# 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. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + +# +# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# + +include ../Makefile.com + +install: all $(ROOTLIBS) |