diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-09 20:05:46 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-09 20:05:46 +0000 |
commit | 77a68e7c7863adf6f157215ff7450acfdbe2a3c4 (patch) | |
tree | 7e687dd17516a8d2b97a304ebeab35a7a3858b38 /TODO | |
parent | 8b70a745433414395255c0a6d4f71445d67dbf53 (diff) |
Added about 10 TODO items
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 39 |
1 files changed, 37 insertions, 2 deletions
@@ -1,5 +1,41 @@ These are the TODO items for the next LFS release (3.0): +* Chapter 5 fileutils, gcc, linux: instead of for example: + ln -s ../../bin/install install + change it to + ln -s ../../bin/install + This just shortens the command a bit and it looks better. + +* Chapter 5, gcc: change the title + +* Chapter 5, gzip: don't pass --disable-nls - it has no function on + the gzip package + +* Chapter 5, tar: remove prefix=$LFS/usr from the 'make install' + +* Chapter 5, mawk: instead of putting -static in CFLAGS which is sloppy + sed the Makefile to add an LDFLAGS variable similar to what we do + with bzip2 in chapter 5 + +* Chapter 5, makedev: instead of sed "s/.../.../" put the quotations + marks inside the search reg ex (sed s/"..."/.../). + +* Chapter 6, glibc: after copying pt_chown set mode 4755 on it (Glibc + doesn't do this because it failed to copy pt_chown. It tried to chown + root it which failed because glibc wasn't fully installed yet) + +* Chapter 5, bash: add note that when error occurs regarding + install-info (on Debian systems for example) it can be safely + ignored. + +* Chapter 5, kernel: Remove the exessive explanations. Just the + commands in sequence like with any other package and explain below + in the "command explanations" + +* Chapter 5, bash: when the 'install-info' error corrurs on Debian + systems, check if this affects && (the message is Error 2 (ignored) + but does that mean the return value is set to 0 as well...) + * Check if findutils dumps binaries in /usr/local/bin * Try out latest shadow suite. If it fails with "nflg undefined" change @@ -41,8 +77,7 @@ These are the TODO items for the next LFS release (3.0): * Try new procps install: make OPT="$CFLAGS" INCDIRS='-I/usr/include -I.' XSCPT='' install -* When installing Glibc in chapter 6 glibc-build/login/pt_chown isn't - installed (we'll copy manually for now) and the mtrace program isn't +* When installing Glibc in chapter 6 the mtrace program isn't build. Find out why. * Incorporate LFS FAQ in the book |