make-rules/shared-macros.mk
changeset 131 651976f969f6
parent 127 3e3c266b3a81
child 138 089c2065503f
equal deleted inserted replaced
130:5e67396e42dc 131:651976f969f6
    23 
    23 
    24 PATH=/usr/bin:/usr/gnu/bin
    24 PATH=/usr/bin:/usr/gnu/bin
    25 
    25 
    26 # Default to looking for source archives on the internal mirror before we
    26 # Default to looking for source archives on the internal mirror before we
    27 # hammer on the external repositories.
    27 # hammer on the external repositories.
    28 export DOWNLOAD_SEARCH_PATH =	http://userland.us.oracle.com/source-archives/
    28 export DOWNLOAD_SEARCH_PATH ?=	http://userland.us.oracle.com/source-archives/
    29 
    29 
    30 # The workspace starts at the mercurial root
    30 # The workspace starts at the mercurial root
    31 export WS_TOP ?=		$(shell hg root)
    31 export WS_TOP ?=		$(shell hg root)
    32 
    32 
    33 CONSOLIDATION =	userland
    33 CONSOLIDATION =	userland