components/coreutils/Makefile
changeset 5514 85bd4f23ede1
parent 5169 c5d3147d411a
child 5682 94c0ca64c022
equal deleted inserted replaced
5513:a25ccbe6d0ea 5514:85bd4f23ede1
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		coreutils
    25 COMPONENT_NAME=		coreutils
    26 COMPONENT_VERSION=	8.24
    26 COMPONENT_VERSION=	8.25
    27 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/coreutils/
    27 COMPONENT_PROJECT_URL=	http://www.gnu.org/software/coreutils/
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    30 COMPONENT_ARCHIVE_HASH=	\
    30 COMPONENT_ARCHIVE_HASH=	\
    31     sha256:a2d75286a4b9ef3a13039c2da3868a61be4ee9f17d8ae380a35a97e506972170
    31     sha256:31e67c057a5b32a582f26408c789e11c2e8d676593324849dcf5779296cdce87
    32 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/coreutils/$(COMPONENT_ARCHIVE)
    32 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/coreutils/$(COMPONENT_ARCHIVE)
    33 COMPONENT_BUGDB=	utility/gnu-coreutils
    33 COMPONENT_BUGDB=	utility/gnu-coreutils
    34 
    34 
    35 TPNO=			25903
    35 TPNO=			27001
    36 
    36 
    37 include $(WS_MAKE_RULES)/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    39 include $(WS_MAKE_RULES)/ips.mk
    40 
    40 
    80 COMPONENT_TEST_DIR =	$(@D)/tests
    80 COMPONENT_TEST_DIR =	$(@D)/tests
    81 
    81 
    82 # Always show the build and link lines for easier debugging.
    82 # Always show the build and link lines for easier debugging.
    83 COMPONENT_TEST_ARGS +=	V=1
    83 COMPONENT_TEST_ARGS +=	V=1
    84 
    84 
       
    85 # Master test results are different between x86 and SPARC (different # of
       
    86 # tests run).
       
    87 COMPONENT_TEST_MASTER = \
       
    88 	$(COMPONENT_TEST_RESULTS_DIR)/results-$(MACH).master
       
    89 
    85 COMPONENT_TEST_TRANSFORMS += \
    90 COMPONENT_TEST_TRANSFORMS += \
    86 	'-n ' \
    91 	'-n ' \
    87 	'-e "/TOTAL/p" ' \
    92 	'-e "/TOTAL/p" ' \
    88 	'-e "/SKIP/p" ' \
    93 	'-e "/SKIP/p" ' \
    89 	'-e "/PASS/p" ' \
    94 	'-e "/PASS/p" ' \