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