make-rules/attpackagemake.mk
branchs11u3-sru
changeset 6074 4a3952ad8c2a
parent 3996 20c0f21bbe1e
equal deleted inserted replaced
6073:99c2bf34d78a 6074:4a3952ad8c2a
    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) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 #
    23 #
    24 # Rules and Macros for building opens source software that uses AT&T's package
    24 # Rules and Macros for building opens source software that uses AT&T's package
    25 # tool.
    25 # tool.
    26 #
    26 #
    60 
    60 
    61 # The install and test process needs the same environment as the build
    61 # The install and test process needs the same environment as the build
    62 COMPONENT_INSTALL_ENV = $(COMPONENT_BUILD_ENV)
    62 COMPONENT_INSTALL_ENV = $(COMPONENT_BUILD_ENV)
    63 COMPONENT_TEST_ENV = $(COMPONENT_BUILD_ENV)
    63 COMPONENT_TEST_ENV = $(COMPONENT_BUILD_ENV)
    64 COMPONENT_INSTALL_ARGS = HOSTTYPE="$(HOSTTYPE$(BITS))"
    64 COMPONENT_INSTALL_ARGS = HOSTTYPE="$(HOSTTYPE$(BITS))"
    65 COMPONENT_TEST_ARGS = HOSTTYPE="$(HOSTTYPE$(BITS))"
    65 COMPONENT_TEST_ARGS = $(COMPONENT_BUILD_ARGS)
    66 
    66 
    67 # build the configured source
    67 # build the configured source
    68 $(BUILD_DIR)/%/.built:	$(SOURCE_DIR)/.prep
    68 $(BUILD_DIR)/%/.built:	$(SOURCE_DIR)/.prep
    69 	$(RM) -r $(@D) ; $(MKDIR) $(@D)
    69 	$(RM) -r $(@D) ; $(MKDIR) $(@D)
    70 	$(CLONEY) $(SOURCE_DIR) $(@D)
    70 	$(CLONEY) $(SOURCE_DIR) $(@D)