components/meta-packages/evaluation/Makefile
author Danek Duvall <danek.duvall@oracle.com>
Tue, 18 Oct 2016 14:50:56 -0700
changeset 7124 3e0b5da5d4d1
parent 5687 3edec987dfad
child 7860 8991c11f87b1
permissions -rw-r--r--
24914209 runtime version-specific test results directories get removed inappropriately
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4439
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
5687
3edec987dfad 22228656 remove redundant declarations and additions from makefiles (fix archiveless packages)
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4749
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4439
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
include ../../../make-rules/shared-macros.mk
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
4490
5a5296580120 21249474 s/pre-release/evaluation/g + other tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4440
diff changeset
    27
COMPONENT_NAME=		evaluation
4439
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
COMPONENT_VERSION=	1.0
5687
3edec987dfad 22228656 remove redundant declarations and additions from makefiles (fix archiveless packages)
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4749
diff changeset
    29
COMPONENT_SRC=
4439
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
COMPONENT_BUGDB=	gate-stuff/userland
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
4490
5a5296580120 21249474 s/pre-release/evaluation/g + other tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4440
diff changeset
    32
ifneq ($(BUILD_TYPE), evaluation)
4439
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
PUBLISH_STAMP=
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
endif
94148b6e4407 20853169 build should support pre-release requirements
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
4749
a34fb58473e0 21344772 updates for evaluation packages
John Beck <John.Beck@Oracle.COM>
parents: 4490
diff changeset
    36
# Override default settings in prep.mk so we don't delete the entire directory.
a34fb58473e0 21344772 updates for evaluation packages
John Beck <John.Beck@Oracle.COM>
parents: 4490
diff changeset
    37
CLEAN_PATHS=	$(BUILD_DIR)
a34fb58473e0 21344772 updates for evaluation packages
John Beck <John.Beck@Oracle.COM>
parents: 4490
diff changeset
    38
CLOBBER_PATHS=	$(BUILD_DIR)
a34fb58473e0 21344772 updates for evaluation packages
John Beck <John.Beck@Oracle.COM>
parents: 4490
diff changeset
    39
5687
3edec987dfad 22228656 remove redundant declarations and additions from makefiles (fix archiveless packages)
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4749
diff changeset
    40
BUILD_STYLE= pkg
3edec987dfad 22228656 remove redundant declarations and additions from makefiles (fix archiveless packages)
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4749
diff changeset
    41
include $(WS_MAKE_RULES)/common.mk