make-rules/no-evaluation.mk
author David Hollister <david.hollister@oracle.com>
Wed, 12 Oct 2016 14:01:13 -0600
changeset 7094 61352b4e5af5
parent 6659 da624acb223a
permissions -rw-r--r--
24797203 OpenStack RBAC profiles allow reading too many files 24797238 keystone RBAC and SMF should point at Apache log files 24797256 cinder RBAC and SMF should point at Apache log files 24830959 horizon RBAC and SMF should point at Apache log files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6659
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
ifeq ($(BUILD_BITS), 64_and_32)
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
SKIP_BITS=32_and_64
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
else
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
SKIP_BITS=$(BUILD_BITS)
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
endif
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
ifeq ($(BUILD_TYPE), evaluation)
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
BUILD_$(SKIP_BITS)=
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
INSTALL_$(SKIP_BITS)=
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
PUBLISH_STAMP=
da624acb223a 24506279 simplify adding components to FOSS evaluation do-not-publish list
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
endif