From c0cc140a6feb53213104a81b35cadec0cb04af9c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 18 Sep 2008 09:22:25 +0000 Subject: Move snapshots version after numbered versions (aka releases). /trunk/config/debug/gdb.in | 13 7 6 0 +++++++------ /trunk/config/libc/glibc.in | 21 11 10 0 +++++++++++---------- /trunk/config/libc/uClibc.in | 21 11 10 0 +++++++++++---------- /trunk/config/libc/eglibc.in | 13 7 6 0 +++++++------ 4 files changed, 36 insertions(+), 32 deletions(-) --- config/libc/eglibc.in | 13 +++++++------ config/libc/glibc.in | 21 +++++++++++---------- config/libc/uClibc.in | 21 +++++++++++---------- 3 files changed, 29 insertions(+), 26 deletions(-) (limited to 'config/libc') diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 0a0a8b3e..bf0e4ed0 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -6,12 +6,6 @@ choice bool prompt "eglibc version" -config EGLIBC_V_TRUNK - bool - prompt "'trunk'" - help - Selecting this will export the trunk of the eglibc subversion repository. - config EGLIBC_V_2_5 bool prompt "2.5" @@ -30,6 +24,13 @@ config EGLIBC_V_2_8 # CT_INSERT_VERSION_ABOVE # Don't remove above line! + +config EGLIBC_V_TRUNK + bool + prompt "'trunk'" + help + Selecting this will export the trunk of the eglibc subversion repository. + endchoice config LIBC_VERSION diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 9b25f17d..250a56bc 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -6,16 +6,6 @@ choice bool prompt "glibc version" -config LIBC_V_LATEST - bool - prompt "'latest' snapshot (EXPERIMENTAL)" - depends on EXPERIMENTAL - -config LIBC_V_date - bool - prompt " (EXPERIMENTAL)" - depends on EXPERIMENTAL - config LIBC_V_2_3_6 bool prompt "2.3.6 (OBSOLETE)" @@ -43,6 +33,17 @@ config LIBC_V_2_7 # CT_INSERT_VERSION_ABOVE # Don't remove above line! + +config LIBC_V_LATEST + bool + prompt "'latest' snapshot (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config LIBC_V_date + bool + prompt " (EXPERIMENTAL)" + depends on EXPERIMENTAL + endchoice config LIBC_VERSION diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 885cc827..a84fae26 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -6,16 +6,6 @@ choice bool prompt "uClibc version" -config LIBC_V_snapshot - bool - prompt "latest snapshot (EXPERIMENTAL)" - depends on EXPERIMENTAL - -config LIBC_V_specific_date - bool - prompt " (EXPERIMENTAL)" - depends on EXPERIMENTAL - config LIBC_V_0_9_28 bool prompt "0.9.28 (OBSOLETE)" @@ -41,6 +31,17 @@ config LIBC_V_0_9_29 # CT_INSERT_VERSION_ABOVE # Don't remove above line! + +config LIBC_V_snapshot + bool + prompt "latest snapshot (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config LIBC_V_specific_date + bool + prompt " (EXPERIMENTAL)" + depends on EXPERIMENTAL + endchoice config LIBC_VERSION -- cgit v1.2.3