components/p7zip/Makefile
changeset 1701 279ed2832e3f
parent 1394 5f86498eee95
child 1930 062897f667fa
equal deleted inserted replaced
1700:d04a7bb15a5b 1701:279ed2832e3f
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    41 COMPONENT_BUGDB=	utility/p7zip
    41 COMPONENT_BUGDB=	utility/p7zip
    42 
    42 
    43 include ../../make-rules/prep.mk
    43 include ../../make-rules/prep.mk
    44 include ../../make-rules/justmake.mk
    44 include ../../make-rules/justmake.mk
    45 include ../../make-rules/ips.mk
    45 include ../../make-rules/ips.mk
       
    46 
       
    47 # the tests fail horribly with -Bdirect
       
    48 LD_B_DIRECT=
    46 
    49 
    47 COMPONENT_PREP_ACTION = (cd $(@D); cp ../makefile.solaris makefile.machine)
    50 COMPONENT_PREP_ACTION = (cd $(@D); cp ../makefile.solaris makefile.machine)
    48 COMPONENT_BUILD_TARGETS = all3
    51 COMPONENT_BUILD_TARGETS = all3
    49 COMPONENT_INSTALL_ARGS += DEST_HOME=/usr DEST_DIR=$(PROTO_DIR)
    52 COMPONENT_INSTALL_ARGS += DEST_HOME=/usr DEST_DIR=$(PROTO_DIR)
    50 
    53