Makefile revision 1938
434N/A#
434N/A# CDDL HEADER START
434N/A#
434N/A# The contents of this file are subject to the terms of the
434N/A# Common Development and Distribution License (the "License").
434N/A# You may not use this file except in compliance with the License.
434N/A#
434N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
434N/A# or http://www.opensolaris.org/os/licensing.
434N/A# See the License for the specific language governing permissions
434N/A# and limitations under the License.
434N/A#
434N/A# When distributing Covered Code, include this CDDL HEADER in each
434N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
434N/A# If applicable, add the following below this CDDL HEADER, with the
434N/A# fields enclosed by brackets "[]" replaced with your own identifying
434N/A# information: Portions Copyright [yyyy] [name of copyright owner]
434N/A#
434N/A# CDDL HEADER END
434N/A#
434N/A
434N/A#
434N/A# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
434N/A#
434N/A
434N/Ainclude ../../make-rules/shared-macros.mk
434N/A
434N/ACOMPONENT_NAME= findutils
434N/ACOMPONENT_VERSION= 4.2.31
434N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/findutils/
434N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
434N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
434N/ACOMPONENT_ARCHIVE_HASH= \
434N/A sha256:e0d34b8faca0b3cca0703f6c6b498afbe72f0ba16c35980c10ec9ef7724d6204
434N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
434N/ACOMPONENT_BUGDB= utility/gnu-findutils
434N/A
434N/Ainclude ../../make-rules/prep.mk
434N/Ainclude ../../make-rules/configure.mk
434N/Ainclude ../../make-rules/ips.mk
434N/A
434N/ACONFIGURE_PREFIX = /usr/gnu
434N/A
434N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
434N/A
434N/A# Disable the leaf optimisation feature, because the st_nlinks directory
434N/A# field is incorrect on ZFS file systems.
434N/ACONFIGURE_OPTIONS += --disable-leaf-optimisation
434N/A
434N/AASLR_MODE = $(ASLR_ENABLE)
434N/A
434N/A# common targets
434N/Abuild: $(BUILD_64)
434N/A
434N/Ainstall: $(INSTALL_64)
434N/A
# findutils tests use dejagnu which isn't currently included in Solaris.
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk