make-rules/shared-macros.mk
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 4563 5d3e1ffc1ae1
child 6462 c7683bfb0dab
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
    31 INTERNAL_ARCHIVE_MIRROR =	http://userland.us.oracle.com/source-archives
    31 INTERNAL_ARCHIVE_MIRROR =	http://userland.us.oracle.com/source-archives
    32 
    32 
    33 # The location of an external mirror of community source archives that we build
    33 # The location of an external mirror of community source archives that we build
    34 # in this gate.  The external mirror is a replica of the internal mirror.
    34 # in this gate.  The external mirror is a replica of the internal mirror.
    35 EXTERNAL_ARCHIVE_MIRROR = 
    35 EXTERNAL_ARCHIVE_MIRROR = 
    36 	
    36 
    37 
    37 
    38 # Default to looking for source archives on the internal mirror and the external
    38 # Default to looking for source archives on the internal mirror and the external
    39 # mirror before we hammer on the community source archive repositories.
    39 # mirror before we hammer on the community source archive repositories.
    40 export DOWNLOAD_SEARCH_PATH +=	$(INTERNAL_ARCHIVE_MIRROR)
    40 export DOWNLOAD_SEARCH_PATH +=	$(INTERNAL_ARCHIVE_MIRROR)
    41 ifneq   ($(strip $(EXTERNAL_ARCHIVE_MIRROR)),)
    41 ifneq   ($(strip $(EXTERNAL_ARCHIVE_MIRROR)),)
   214 
   214 
   215 CONFIGURE_32 =		$(BUILD_DIR_32)/.configured
   215 CONFIGURE_32 =		$(BUILD_DIR_32)/.configured
   216 CONFIGURE_64 =		$(BUILD_DIR_64)/.configured
   216 CONFIGURE_64 =		$(BUILD_DIR_64)/.configured
   217 CONFIGURE_32_and_64 =	$(CONFIGURE_32) $(CONFIGURE_64)
   217 CONFIGURE_32_and_64 =	$(CONFIGURE_32) $(CONFIGURE_64)
   218 
   218 
       
   219 BUILD_DIR_NO_ARCH =	$(BUILD_DIR)/$(MACH)
   219 BUILD_DIR_32 =		$(BUILD_DIR)/$(MACH32)
   220 BUILD_DIR_32 =		$(BUILD_DIR)/$(MACH32)
   220 BUILD_DIR_64 =		$(BUILD_DIR)/$(MACH64)
   221 BUILD_DIR_64 =		$(BUILD_DIR)/$(MACH64)
   221 
   222 
   222 BUILD_32 =		$(BUILD_DIR_32)/.built
   223 BUILD_32 =		$(BUILD_DIR_32)/.built
   223 BUILD_64 =		$(BUILD_DIR_64)/.built
   224 BUILD_64 =		$(BUILD_DIR_64)/.built
   224 BUILD_32_and_64 =	$(BUILD_32) $(BUILD_64)
   225 BUILD_32_and_64 =	$(BUILD_32) $(BUILD_64)
   225 $(BUILD_DIR_32)/.built:		BITS=32
   226 $(BUILD_DIR_32)/.built:		BITS=32
   226 $(BUILD_DIR_64)/.built:		BITS=64
   227 $(BUILD_DIR_64)/.built:		BITS=64
   227 
   228 
       
   229 INSTALL_NO_ARCH =	$(BUILD_DIR_NO_ARCH)/.installed
   228 INSTALL_32 =		$(BUILD_DIR_32)/.installed
   230 INSTALL_32 =		$(BUILD_DIR_32)/.installed
   229 INSTALL_64 =		$(BUILD_DIR_64)/.installed
   231 INSTALL_64 =		$(BUILD_DIR_64)/.installed
   230 INSTALL_32_and_64 =	$(INSTALL_32) $(INSTALL_64)
   232 INSTALL_32_and_64 =	$(INSTALL_32) $(INSTALL_64)
   231 $(BUILD_DIR_32)/.installed:       BITS=32
   233 $(BUILD_DIR_32)/.installed:       BITS=32
   232 $(BUILD_DIR_64)/.installed:       BITS=64
   234 $(BUILD_DIR_64)/.installed:       BITS=64