components/make/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 27 Jun 2016 09:42:27 -0700
changeset 6290 3ea443358647
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
permissions -rw-r--r--
23697951 upgrade gnu-make to 4.2.1 22671447 gnu make dumps core with long string as a target

#
# 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) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
#
BUILD_BITS= 64
include ../../make-rules/shared-macros.mk

COMPONENT_NAME=		make
COMPONENT_VERSION=	4.2.1
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH=	\
    sha256:d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
COMPONENT_BUGDB=	utility/gnu-make

TPNO=			29463

# the test suite needs to be configured first
SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
include $(WS_MAKE_RULES)/gnu-component.mk

PATH=$(SPRO_VROOT)/bin:$(USRBINDIR):$(GNUBIN)

CONFIGURE_OPTIONS  +=		--program-prefix=g
CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
CONFIGURE_OPTIONS  +=		--without-guile

# force re-runs to be the same
COMPONENT_PRE_TEST_ACTION = \
    ($(TOUCH) $(SOURCE_DIR)/getloadavg.c)

COMPONENT_SYSTEM_TEST_TARGETS= system-test
system-test: \
    COMPONENT_TEST_MASTER = \
         $(COMPONENT_TEST_RESULTS_DIR)/system-results-64.master

# Strip compilation lines from test output
COMPONENT_TEST_TRANSFORMS += \
    '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
    '-e "s|^.*source=.*libtool=no.*$$|XXX_CC_XXX|g" ' \
    '-e "s|^.*DEPDIR=.deps.*$$|XXX_CC_XXX|g" ' \
    '-e "s|^1-minute.*$$|XXX_CC_XXX|g" ' \
    '-e "s|^.*load average.*$$|XXX_CC_XXX|g" ' \
    '-e "s|^.*Running tests for GNU make.*$$|XXX_CC_XXX|g" ' \
    '-e "s|^.==========.*$$|XXX_CC_XXX|g" ' \
    '-e "s|^Clearing work.*$$|XXX_CC_XXX|g" ' \
    '-e "s|^config.status: .*$$|XXX_CC_XXX|g" ' \
    '-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
    '-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
    '-e "/^XXX_CC_XXX$$/d" '