components/python/coverage/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1890 5a4ef66c42bf
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, 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 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
    25 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
    26 
    26 
    36 
    36 
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    40 
    40 
       
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    42 
    41 # common targets
    43 # common targets
    42 build:		$(BUILD_32)
    44 build:		$(BUILD_32)
    43 
    45 
    44 COMPONENT_POST_INSTALL_ACTION =	\
    46 COMPONENT_POST_INSTALL_ACTION =	\
    45 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f coverage coverage$(PYTHON_VERSION))
    47 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f coverage coverage$(PYTHON_VERSION))