Le 13/02/2014 05:53, William Harrington a écrit : > [...] > I changed Config.in to output different wording for the Final system > test suites for TST_1 when not using the CLFS_BOOK and when using the > CLFS_BOOK. It is trivial, really not needed, but if too much gets put > in one line, it looks bad when in the menu portion when selecting the > testsuite options. > [...] > > Index: Config.in > =================================================================== > --- Config.in (revision 3782) > +++ Config.in (working copy) > @@ -778,8 +778,11 @@ > default TST_1 > > config TST_1 > - bool "Only final system Glibc, GMP, MPFR, > GCC and Binutils testsuites" > + bool "Only final system Eglibc, GMP, MPFR, > MPC, ISL, ClooG, GCC and Binutils testsuites" if BOOK_CLFS && ! > BOOK_CLFS2 && !BOOK_CLFS3 > > + config TST_1 > + bool "Only final system Glibc, GMP, MPFR, > GCC and Binutils testsuites" if !BOOK_CLFS && !BOOK_CLFS2 && !BOOK_CLFS3 > + > config TST_2 > bool "All final system testsuites" > The patch seems to work and I'll commit it, maybe after someone gives input about the following:
I do not get what you said about line length... The patch increases the line length, so that selecting the option is rather difficult. What about (suggestion for both lfs and clfs): config TST_1 bool "Only final critical testsuites" if !BOOK_CLFS2 && !BOOK_CLFS3 Regards Pierre -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page