Makefile revision 3817
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#
3817N/A# Copyright (c) 2012, 2015, 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
4060N/ACOMPONENT_VERSION= 4.4.2
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= \
4060N/A sha256:434f32d171cbc0a5e72cfc5372c6fc4cb0e681f8dce566a0de5b6fccd702b62a
4060N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1308N/ACOMPONENT_BUGDB= utility/gnu-findutils
1308N/A
4060N/ATPNO= 15520
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/configure.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
1308N/A
1308N/ACONFIGURE_PREFIX = /usr/gnu
1308N/A
1308N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
1326N/A
4060N/A# Disable the leaf optimisation feature, because the st_nlinks directory
4060N/A# field is incorrect on ZFS file systems.
4060N/ACONFIGURE_OPTIONS += --disable-leaf-optimisation
1326N/A
1326N/ACOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
1308N/A
1308N/AASLR_MODE = $(ASLR_ENABLE)
2781N/A
2781N/A# common targets
4060N/Aconfigure: $(CONFIGURE_64)
4060N/A
4060N/Abuild: $(BUILD_64)
4060N/A
4060N/Ainstall: $(INSTALL_64)
4060N/A
4060N/Atest: $(TEST_64)
4060N/A
1475N/A
1475N/AREQUIRED_PACKAGES += system/library
1308N/AREQUIRED_PACKAGES += system/library/math
3477N/A