summaryrefslogtreecommitdiff
path: root/config/libc/glibc-eglibc.in-common
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-11 21:47:58 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-11 21:47:58 (GMT)
commitc5462c814f3701881f13e6e20419803ed5516d6b (patch)
tree1206f9767fc598446eb3987d0ef2d30cbb3353c2 /config/libc/glibc-eglibc.in-common
parent494bcf37512aea84c4661b0d930294b41c0b2832 (diff)
libc/glibc: get rid of the now obsolete CVS stuff
It's now been a while that glibc switched to git from cvs. Get rid of cvs to download glibc; this will make for a good cleanup before we add git support! :-)
Diffstat (limited to 'config/libc/glibc-eglibc.in-common')
-rw-r--r--config/libc/glibc-eglibc.in-common10
1 files changed, 6 insertions, 4 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common
index 61d6dba..8a2a6ce 100644
--- a/config/libc/glibc-eglibc.in-common
+++ b/config/libc/glibc-eglibc.in-common
@@ -84,10 +84,12 @@ config LIBC_ADDONS_LIST
Eg.: crypt (for very old libces)
-if LIBC_GLIBC_2_8_or_later && ( LIBC_GLIBC_USE_PORTS || ( LIBC_ADDONS_LIST != "" ) )
-comment "WARNING!!!"
-comment "For glibc >= 2.8, addons are only available via a CVS checkout."
-comment "Be sure to review the associated options, above."
+if LIBC_GLIBC_USE_PORTS || ( LIBC_ADDONS_LIST != "" )
+comment "WARNING !!! "
+comment "| For glibc >= 2.8, it can happen that the tarballs "
+comment "| for the addons are not available for download. "
+comment "| If that happens, bad luck... Try a previous version "
+comment "| or try again later... :-( "
endif
if KERNEL_linux