components/make/Makefile
changeset 7687 1093e2a9adbd
parent 6290 3ea443358647
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		make
    28 COMPONENT_NAME=		make
    29 COMPONENT_VERSION=	4.2.1
    29 COMPONENT_VERSION=	4.2.1
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
    32     sha256:d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
    33 COMPONENT_BUGDB=	utility/gnu-make
    33 COMPONENT_BUGDB=	utility/gnu-make
       
    34 COMPONENT_ANITYA_ID=	1877
    34 
    35 
    35 TPNO=			29463
    36 TPNO=			29463
    36 
    37 
    37 # the test suite needs to be configured first
    38 # the test suite needs to be configured first
    38 SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
    39 SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)