components/rdiff-backup/Makefile
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
    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 #
    21 #
    22 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		rdiff-backup
    27 COMPONENT_NAME=		rdiff-backup
    35 COMPONENT_BUGDB=	utility/rdiff-backup
    35 COMPONENT_BUGDB=	utility/rdiff-backup
    36 
    36 
    37 TPNO=			9055
    37 TPNO=			9055
    38 
    38 
    39 # Syntax issues: not Python 3 ready.
    39 # Syntax issues: not Python 3 ready.
    40 PYTHON_VERSIONS=	2.7 2.6
    40 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 
    41 
    42 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    43 include $(WS_MAKE_RULES)/ips.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 
    45 
    51 
    51 
    52 test:		$(NO_TESTS)
    52 test:		$(NO_TESTS)
    53 
    53 
    54 
    54 
    55 REQUIRED_PACKAGES += library/librsync
    55 REQUIRED_PACKAGES += library/librsync
    56 REQUIRED_PACKAGES += runtime/python-26
       
    57 REQUIRED_PACKAGES += runtime/python-27
    56 REQUIRED_PACKAGES += runtime/python-27
    58 REQUIRED_PACKAGES += system/library
    57 REQUIRED_PACKAGES += system/library