diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-26 22:43:22 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-26 22:43:22 +0400 |
commit | e80992f48c4aa8c46c9186f771a19bd7f09604fc (patch) | |
tree | eb83afa63efb3be2afabe2c40d6e216724ca5ddb /rules/common.mk | |
parent | ce7d7fd0f0a40368d9dddcbf972063f6ff4e04b9 (diff) | |
download | cibs-e80992f48c4aa8c46c9186f771a19bd7f09604fc.tar.gz |
Download from mirrors if any
Diffstat (limited to 'rules/common.mk')
-rw-r--r-- | rules/common.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/rules/common.mk b/rules/common.mk index c0d1c6c..afbe0cb 100644 --- a/rules/common.mk +++ b/rules/common.mk @@ -53,11 +53,6 @@ export PATH := \ /usr/gcc/4.4/bin:/usr/gcc/4.3/bin:/usr/gnu/bin:/usr/sbin:/usr/bin:/sbin export CFLAGS = -O2 -# Define LOCAL_MIRROR in environment, e. g. in ~/.bash_profile: -mirrors := $(LOCAL_MIRROR) \ - http://mirror.yandex.ru/gentoo-distfiles/distfiles \ - http://mirror.ovh.net/gentoo-distfiles/distfiles - prefix = /usr libdir.32 = $(prefix)/lib/$(mach32) libdir.64 = $(prefix)/lib/$(mach64) |