From 77a68e7c7863adf6f157215ff7450acfdbe2a3c4 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 9 Mar 2001 20:05:46 +0000 Subject: Added about 10 TODO items git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- TODO | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ae4713e82..0d8c73d71 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3-54-g00ecf