4721N/A#
4721N/A# CDDL HEADER START
4721N/A#
4721N/A# The contents of this file are subject to the terms of the
4721N/A# Common Development and Distribution License (the "License").
4721N/A# You may not use this file except in compliance with the License.
4721N/A#
4721N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4721N/A# or http://www.opensolaris.org/os/licensing.
4721N/A# See the License for the specific language governing permissions
4721N/A# and limitations under the License.
4721N/A#
4721N/A# When distributing Covered Code, include this CDDL HEADER in each
4721N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4721N/A# If applicable, add the following below this CDDL HEADER, with the
4721N/A# fields enclosed by brackets "[]" replaced with your own identifying
4721N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4721N/A#
4721N/A# CDDL HEADER END
4721N/A#
4721N/A
4721N/A#
5680N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
4721N/A#
5680N/A
6238N/Ainclude ../../make-rules/shared-macros.mk
6238N/A
6238N/A# There isn't anything really to do here
6238N/ACOMPONENT_NAME= gnu-common
6238N/ACOMPONENT_VERSION= 0.5.11
6238N/ACOMPONENT_BUGDB= gate-stuff/userland
6238N/ACOMPONENT_SRC=
6238N/ACOMPONENT_ARCHIVE=
6238N/A
6238N/Ainclude $(WS_MAKE_RULES)/prep.mk
4721N/A
4721N/A# Do not clean the sources (set in prep.mk)
4721N/A#
6653N/ACLEAN_PATHS=
4721N/A
4721N/Ainclude $(WS_MAKE_RULES)/ips.mk
4721N/A
6653N/ACLEAN_PATHS+= $(BUILD_DIR)
4721N/A
4721N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4721N/A
6653N/A# common targets
4721N/A
6059N/A# Just create the build directory, which is needed for publishing.
6059N/A# There is nothing to actually build.
6059N/Abuild:
6059N/A $(RM) -r $(BUILD_DIR) ; $(MKDIR) $(BUILD_DIR)
6059N/A
6059N/Ainstall:
6059N/A @echo "Nothing to install."
6059N/A
4721N/Atest: $(NO_TESTS)
4721N/A
5680N/Asystem-test: $(NO_TESTS)
6049N/A