make-rules/shared-macros.mk
changeset 490 0de5925f0c53
parent 489 d476c1718ce0
child 493 66a35caef41c
equal deleted inserted replaced
489:d476c1718ce0 490:0de5925f0c53
    25 
    25 
    26 PATH=/usr/bin:/usr/gnu/bin
    26 PATH=/usr/bin:/usr/gnu/bin
    27 
    27 
    28 # The location of a mirror of community source archives that we build in this
    28 # The location of a mirror of community source archives that we build in this
    29 # gate.
    29 # gate.
    30 ARCHIVE_MIRROR = http://dlc.openindiana.org/oi-build/source-archives
    30 ARCHIVE_MIRROR ?= http://dlc.openindiana.org/oi-build/source-archives
    31 
    31 
    32 export DOWNLOAD_SEARCH_PATH +=	$(ARCHIVE_MIRROR)
    32 export DOWNLOAD_SEARCH_PATH +=	$(ARCHIVE_MIRROR)
    33 
    33 
    34 # The workspace starts at the mercurial/git root
    34 # The workspace starts at the mercurial/git root
    35 HG_ROOT = $(shell hg root 2>/dev/null)
    35 HG_ROOT = $(shell hg root 2>/dev/null)