Bladeren bron

Added about 10 TODO items

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 jaren geleden
bovenliggende
commit
77a68e7c78
1 gewijzigde bestanden met toevoegingen van 37 en 2 verwijderingen
  1. 37 2
      TODO

+ 37 - 2
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