diff --git a/common/common-functions b/common/common-functions index 30484dd..f73c464 100644 --- a/common/common-functions +++ b/common/common-functions @@ -82,7 +82,7 @@ ${BOLD} -T, --testsuites N ${OFF} 1 = only final system Glibc, GCC and Binutils testsuites 2 = all final system testsuites 3 = all temporary tools and final system testsuites - In CLFS, 3 is an alias to 2 + In CLFS and HLFS, 3 is an alias to 2 ${BOLD} -W, --working-copy DIR${OFF} use the local working copy placed in DIR as the $(echo $PROGNAME | tr [a-z] [A-Z]) book diff --git a/common/config b/common/config index 415345c..bb8d988 100644 --- a/common/config +++ b/common/config @@ -16,7 +16,7 @@ BUILDDIR=/mnt/build_dir REPORT=1 #=== Getting packages === -# Files will be retrieved from the local archive SRC_ARCHIVE +# Files will be retrieved from the local archive SRC_ARCHIVE # (if defined) or the 'net and will be stored in $BUILDDIR/sources #--- Download the source packages 0(no)/1(yes) GETPKG=0 @@ -48,7 +48,7 @@ OPTIMIZE=0 # 1 = only chapter06 Glibc, GCC and Binutils testsuites # 2 = all chapter06 testsuites # 3 = all chapter05 and chapter06 testsuites -# (in CLFS, alias to 2) +# (in CLFS and HLFS, alias to 2) TEST=1 #--- Run the stripping phases 0(no)/1(yes)