Opened 21 years ago
Closed 21 years ago
#675 closed defect (fixed)
The book lacks descriptions for some command options
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
Here is a list of some options not described on the book: BOOK/chapter05/binutils-pass1-inst.xml: LIB_PATH=/tools/lib BOOK/chapter05/tcl-inst.xml: --with-tcl=/tools/lib --with-x=no BOOK/chapter05/gcc-pass2-inst.xml: --enable-clocale=gnu --enable-threads=posix --enable-cxa_atexit BOOK/chapter05/binutils-pass2-inst.xml: --with-lib-path=/tools/lib BOOK/chapter05/coreutils-inst.xml: RUN_EXPENSIVE_TESTS=yes BOOK/chapter05/bash-inst.xml: --with-curses BOOK/chapter06/makedev-inst.xml: -v generic-nopty BOOK/chapter06/glibc-inst.xml: --remove-destination BOOK/chapter06/coreutils-inst.xml: make check-root BOOK/chapter06/less-inst.xml: --sysconfdir=/etc BOOK/chapter06/texinfo-inst.xml: TEXMF=/usr/share/texmf BOOK/chapter06/file-inst.xml: --datadir=/usr/share/misc BOOK/chapter06/man-inst.xml: -default Also, remove these descriptions, as they were already described previously: BOOK/chapter06/glibc-inst.xml: --disable-profile --enable-add-ons BOOK/chapter06/gcc-inst.xml (need to be moved to BOOK/chapter05/gcc-pass2-inst.xml): --enable-clocale=gnu --enable-threads=posix --enable-cxa_atexit BOOK/chapter06/inetutils-inst.xml (need to be moved to BOOK/chapter06/less-inst.xml): --sysconfdir=/etc
Change History (3)
comment:1 by , 21 years ago
Priority: | lowest → highest |
---|
comment:2 by , 21 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
All fixes committed. I ended up dropping --enable-curses for Ch 5 "Bash" and --datadir=/usr/share/misc for Ch 6 "File" because they are no longer needed.
BTW, this was a good bug report. Thanks.
Most of this is toolchain related stuff so I'll grab it. Thanks for the reports.