components/quilt/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1480 1d8d2e9374cc
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, 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 = /usr/gnu/bin:/usr/bin
    28 PATH = /usr/gnu/bin:/usr/bin
    72 
    72 
    73 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
    73 CONFIGURE_OPTIONS  +=	CFLAGS="$(CFLAGS)"
    74 
    74 
    75 COMPONENT_INSTALL_ARGS +=	BUILD_ROOT=$(PROTO_DIR)
    75 COMPONENT_INSTALL_ARGS +=	BUILD_ROOT=$(PROTO_DIR)
    76 
    76 
       
    77 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    77 
    78 
    78 # common targets
    79 # common targets
    79 build:		$(BUILD_32)
    80 build:		$(BUILD_32)
    80 
    81 
    81 install:	$(INSTALL_32)
    82 install:	$(INSTALL_32)