components/sg3_utils/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
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) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64_and_32
    25 BUILD_BITS= 64_and_32
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		sg3_utils
    28 COMPONENT_NAME=		sg3_utils
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    32 COMPONENT_ARCHIVE_HASH= \
    32 COMPONENT_ARCHIVE_HASH= \
    33     sha256:3034a4e798404cc963fc46437b0ceeb0edc635e02471ab13aa18acd8b716a27b
    33     sha256:3034a4e798404cc963fc46437b0ceeb0edc635e02471ab13aa18acd8b716a27b
    34 COMPONENT_ARCHIVE_URL=	http://sg.danny.cz/sg/p/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	http://sg.danny.cz/sg/p/$(COMPONENT_ARCHIVE)
    35 COMPONENT_BUGDB=	utility/sg3utils
    35 COMPONENT_BUGDB=	utility/sg3utils
       
    36 COMPONENT_ANITYA_ID=	4801
    36 
    37 
    37 TPNO=			17711
    38 TPNO=			17711
    38 
    39 
    39 # Even though "gmake check" goes to completion, it doesn't really do anything.
    40 # Even though "gmake check" goes to completion, it doesn't really do anything.
    40 TEST_TARGET= $(NO_TESTS)
    41 TEST_TARGET= $(NO_TESTS)