components/patch/Makefile
changeset 1256 afd0cd885ab3
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1255:b7b09f9348b7 1256:afd0cd885ab3
    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 
    23 
    24 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		patch
    26 COMPONENT_NAME=		patch
    37 include ../../make-rules/configure.mk
    37 include ../../make-rules/configure.mk
    38 include ../../make-rules/ips.mk
    38 include ../../make-rules/ips.mk
    39 
    39 
    40 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    40 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    41 
    41 
       
    42 ASLR_MODE = $(ASLR_ENABLE)
       
    43 
    42 # common targets
    44 # common targets
    43 build:		$(BUILD_32)
    45 build:		$(BUILD_64)
    44 
    46 
    45 install:	$(INSTALL_32)
    47 install:	$(INSTALL_64)
    46 
    48 
    47 test:		$(NO_TESTS)
    49 test:		$(NO_TESTS)
    48 
    50 
    49 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    51 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    50 
    52