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