components/grails/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1722 37ad10ee9afe
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 COMPONENT_NAME=		grails
    28 COMPONENT_NAME=		grails
    39 include ../../make-rules/ant.mk
    39 include ../../make-rules/ant.mk
    40 include ../../make-rules/ips.mk
    40 include ../../make-rules/ips.mk
    41 
    41 
    42 COMPONENT_PRE_BUILD_ACTION = $(MKDIR) $(@D)/tmp 
    42 COMPONENT_PRE_BUILD_ACTION = $(MKDIR) $(@D)/tmp 
    43 COMPONENT_BUILD_ENV += "ANT_OPTS=-Djava.io.tmpdir=$(BUILD_DIR_32)/tmp"
    43 COMPONENT_BUILD_ENV += "ANT_OPTS=-Djava.io.tmpdir=$(BUILD_DIR_32)/tmp"
       
    44 
       
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 
    46 
    45 # common targets
    47 # common targets
    46 build:		$(BUILD_32)
    48 build:		$(BUILD_32)
    47 
    49 
    48 # fix names with spaces
    50 # fix names with spaces