From 15e04fe2de0193f623e5635b4d513e1099728204 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 19 Apr 2009 16:34:59 +0000 Subject: Get rid of the proxy settings, once and for all. They have nothing to do in here, just let the user configure his/her system appropriately. -------- diffstat follows -------- /trunk/scripts/build/libc/eglibc.sh | 1 0 1 0 - /trunk/scripts/functions | 100 0 100 0 ----------------------------- /trunk/config/global/download.in | 148 0 148 0 ------------------------------------------- 3 files changed, 249 deletions(-) --- scripts/build/libc/eglibc.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/build/libc') diff --git a/scripts/build/libc/eglibc.sh b/scripts/build/libc/eglibc.sh index 478a230e..f36f4ecb 100644 --- a/scripts/build/libc/eglibc.sh +++ b/scripts/build/libc/eglibc.sh @@ -14,7 +14,6 @@ do_eglibc_get() { *) svn_action="export --force";; esac - CT_DoSetProxy ${CT_PROXY_TYPE} CT_DoExecLog ALL svn ${svn_action} -r "${CT_EGLIBC_REVISION:-HEAD}" "${svn_url}" . 2>&1 # Compress eglibc -- cgit v1.2.3